|
- void setBackgroundColor ( const QColor & color )
- void setBorder ( int width )
- void setCellPadding ( int padding )
- void setCellSpacing ( int spacing )
- void setColumnWidthConstraints ( const QVector<QTextLength> & constraints )
- void setColumns ( int columns )
- void setHeight ( int height )
- void setMargin ( int margin )
- void setObjectIndex ( int index )
- void setObjectType ( int type )
- void setPadding ( int width )
- void setPosition ( Position policy )
- void setProperty ( int propertyId, const QString & value )
- void setProperty ( int propertyId, const QColor & value )
- void setProperty ( int propertyId, const QTextLength & value )
- void setProperty ( int propertyId, const QVector<QTextLength> & value )
- void setProperty ( int propertyId, const QString & value, const QString & defaultValue )
- void setProperty ( int propertyId, const QColor & value, const QColor & defaultValue )
- void setProperty ( int propertyId, bool value )
- void setProperty ( int propertyId, int value )
- void setProperty ( int propertyId, float value )
- void setProperty ( int propertyId, bool value, bool defaultValue )
- void setProperty ( int propertyId, int value, int defaultValue )
- void setProperty ( int propertyId, float value, float defaultValue )
- void setWidth ( const QTextLength & width )
- void setWidth ( int width )
- QString stringProperty ( int propertyId, const QString & defaultValue = QString::null ) const
- QTextBlockFormat toBlockFormat () const
- QTextCharFormat toCharFormat () const
- QTextFrameFormat toFrameFormat () const
- QTextImageFormat toImageFormat () const
- QTextListFormat toListFormat () const
- QTextTableFormat toTableFormat () const
- int type () const
- QTextLength width () const
- bool operator!= ( const QTextFormat & other ) const
- QTextFormat & operator= ( const QTextFormat & other )
- bool operator== ( const QTextFormat & other ) const
|