|
- PropertyType propertyType ( int propertyId ) const
- 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 )
- 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
- bool operator!= ( const QTextFormat & other ) const
- QTextFormat & operator= ( const QTextFormat & other )
- bool operator== ( const QTextFormat & other ) const
|