|
- void setAlignment ( Qt::Alignment alignment )
- void setBackgroundColor ( const QColor & color )
- void setBottomMargin ( int margin )
- void setDirection ( Direction direction )
- void setFirstLineMargin ( int margin )
- void setIndent ( int indentation )
- void setLeftMargin ( int margin )
- void setNonBreakableLines ( bool b )
- void setObjectIndex ( int index )
- void setObjectType ( int type )
- 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 setRightMargin ( int margin )
- void setTopMargin ( int margin )
- 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 topMargin () const
- int type () const
- bool operator!= ( const QTextFormat & other ) const
- QTextFormat & operator= ( const QTextFormat & other )
- bool operator== ( const QTextFormat & other ) const
|