#include <QtGui/qtextformat.h>
#ifndef QTEXTFORMAT_H
class QTextFormat{
   /* Some contents are skipped to improve readability */
   public: enum Property{
      /* ... */
      TextVerticalAlignment = 8225,
      /* ... */
   };
   /* ... */
};
#endif // QTEXTFORMAT_H