#include <QtGui/qtextformat.h>
#ifndef QTEXTFORMAT_H
class QTextTableFormat: public QTextFrameFormat{
   /* Some contents are skipped to improve readability */
   public: inline qreal cellPadding() const
   /* ... */
};
#endif // QTEXTFORMAT_H