#ifndef PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H #define PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QTextTableCellFormat : public QObject { Q_OBJECT public: public slots: QTextTableCellFormat* new_QTextTableCellFormat(); void delete_QTextTableCellFormat(QTextTableCellFormat* obj) { delete obj; } qreal bottomPadding(QTextTableCellFormat* theWrappedObject) const; bool isValid(QTextTableCellFormat* theWrappedObject) const; qreal leftPadding(QTextTableCellFormat* theWrappedObject) const; qreal rightPadding(QTextTableCellFormat* theWrappedObject) const; void setBottomPadding(QTextTableCellFormat* theWrappedObject, qreal padding); void setLeftPadding(QTextTableCellFormat* theWrappedObject, qreal padding); void setPadding(QTextTableCellFormat* theWrappedObject, qreal padding); void setRightPadding(QTextTableCellFormat* theWrappedObject, qreal padding); void setTopPadding(QTextTableCellFormat* theWrappedObject, qreal padding); qreal topPadding(QTextTableCellFormat* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H