|
- void setFontFixedPitch ( bool fixedPitch )
- void setFontItalic ( bool italic )
- void setFontOverline ( bool overline )
- void setFontPointSize ( float size )
- void setFontStrikeOut ( bool strikeOut )
- void setFontUnderline ( bool underline )
- void setFontWeight ( int weight )
- void setHeight ( int height )
- void setName ( const QString & name )
- 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 setTableCellBackgroundColor ( const QColor & color )
- void setTableCellColumnSpan ( int tableCellColumnSpan )
- void setTableCellRowSpan ( int tableCellRowSpan )
- void setTextColor ( const QColor & color )
- void setWidth ( int width )
- QString stringProperty ( int propertyId, const QString & defaultValue = QString::null ) const
- QColor tableCellBackgroundColor () const
- int tableCellColumnSpan () const
- int tableCellRowSpan () const
- QColor textColor () const
- QTextBlockFormat toBlockFormat () const
- QTextCharFormat toCharFormat () const
- QTextFrameFormat toFrameFormat () const
- QTextImageFormat toImageFormat () const
- QTextListFormat toListFormat () const
- QTextTableFormat toTableFormat () const
- int type () const
- int width () const
- bool operator!= ( const QTextFormat & other ) const
- QTextFormat & operator= ( const QTextFormat & other )
- bool operator== ( const QTextFormat & other ) const
|