Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QTextCharFormat
Class hierarchy: QTextCharFormat » QTextFormat
Sub-classes: UnderlineStyle, QFlags_UnderlineStyle, VerticalAlignment, QFlags_VerticalAlignment
new QTextCharFormat | new | Constructor QTextCharFormat::QTextCharFormat() |
void | _assign | (const QTextCharFormat other) | Assigns another object to self | |
[const] | QTextCharFormat ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | bool | anchor | Method bool QTextCharFormat::isAnchor() | |
void | anchor= | (bool anchor) | Method void QTextCharFormat::setAnchor(bool anchor) | |
[const] | string | anchorHref | Method QString QTextCharFormat::anchorHref() | |
void | anchorHref= | (string value) | Method void QTextCharFormat::setAnchorHref(const QString &value) | |
[const] | string | anchorName | Method QString QTextCharFormat::anchorName() | |
void | anchorName= | (string name) | Method void QTextCharFormat::setAnchorName(const QString &name) | |
[const] | string[] | anchorNames | Method QStringList QTextCharFormat::anchorNames() | |
void | anchorNames= | (string[] names) | Method void QTextCharFormat::setAnchorNames(const QStringList &names) | |
[const] | new QTextCharFormat ptr | dup | Creates a copy of self | |
[const] | QFont | font | Method QFont QTextCharFormat::font() | |
void | font= | (const QFont font) | Method void QTextCharFormat::setFont(const QFont &font) | |
[const] | QFont_Capitalization | fontCapitalization | Method QFont::Capitalization QTextCharFormat::fontCapitalization() | |
void | fontCapitalization= | (const QFont_Capitalization capitalization) | Method void QTextCharFormat::setFontCapitalization(QFont::Capitalization capitalization) | |
[const] | string | fontFamily | Method QString QTextCharFormat::fontFamily() | |
void | fontFamily= | (string family) | Method void QTextCharFormat::setFontFamily(const QString &family) | |
[const] | bool | fontFixedPitch | Method bool QTextCharFormat::fontFixedPitch() | |
void | fontFixedPitch= | (bool fixedPitch) | Method void QTextCharFormat::setFontFixedPitch(bool fixedPitch) | |
[const] | bool | fontItalic | Method bool QTextCharFormat::fontItalic() | |
void | fontItalic= | (bool italic) | Method void QTextCharFormat::setFontItalic(bool italic) | |
[const] | bool | fontKerning | Method bool QTextCharFormat::fontKerning() | |
void | fontKerning= | (bool enable) | Method void QTextCharFormat::setFontKerning(bool enable) | |
[const] | double | fontLetterSpacing | Method double QTextCharFormat::fontLetterSpacing() | |
void | fontLetterSpacing= | (double spacing) | Method void QTextCharFormat::setFontLetterSpacing(double spacing) | |
[const] | bool | fontOverline | Method bool QTextCharFormat::fontOverline() | |
void | fontOverline= | (bool overline) | Method void QTextCharFormat::setFontOverline(bool overline) | |
[const] | double | fontPointSize | Method double QTextCharFormat::fontPointSize() | |
void | fontPointSize= | (double size) | Method void QTextCharFormat::setFontPointSize(double size) | |
[const] | bool | fontStrikeOut | Method bool QTextCharFormat::fontStrikeOut() | |
void | fontStrikeOut= | (bool strikeOut) | Method void QTextCharFormat::setFontStrikeOut(bool strikeOut) | |
[const] | QFont_StyleHint | fontStyleHint | Method QFont::StyleHint QTextCharFormat::fontStyleHint() | |
[const] | QFont_StyleStrategy | fontStyleStrategy | Method QFont::StyleStrategy QTextCharFormat::fontStyleStrategy() | |
void | fontStyleStrategy= | (const QFont_StyleStrategy strategy) | Method void QTextCharFormat::setFontStyleStrategy(QFont::StyleStrategy strategy) | |
[const] | bool | fontUnderline | Method bool QTextCharFormat::fontUnderline() | |
void | fontUnderline= | (bool underline) | Method void QTextCharFormat::setFontUnderline(bool underline) | |
[const] | int | fontWeight | Method int QTextCharFormat::fontWeight() | |
void | fontWeight= | (int weight) | Method void QTextCharFormat::setFontWeight(int weight) | |
[const] | double | fontWordSpacing | Method double QTextCharFormat::fontWordSpacing() | |
void | fontWordSpacing= | (double spacing) | Method void QTextCharFormat::setFontWordSpacing(double spacing) | |
[const] | bool | isAnchor? | Method bool QTextCharFormat::isAnchor() | |
[const] | bool | isValid? | Method bool QTextCharFormat::isValid() | |
void | setAnchor | (bool anchor) | Method void QTextCharFormat::setAnchor(bool anchor) | |
void | setAnchorHref | (string value) | Method void QTextCharFormat::setAnchorHref(const QString &value) | |
void | setAnchorName | (string name) | Method void QTextCharFormat::setAnchorName(const QString &name) | |
void | setAnchorNames | (string[] names) | Method void QTextCharFormat::setAnchorNames(const QStringList &names) | |
void | setFont | (const QFont font) | Method void QTextCharFormat::setFont(const QFont &font) | |
void | setFontCapitalization | (const QFont_Capitalization capitalization) | Method void QTextCharFormat::setFontCapitalization(QFont::Capitalization capitalization) | |
void | setFontFamily | (string family) | Method void QTextCharFormat::setFontFamily(const QString &family) | |
void | setFontFixedPitch | (bool fixedPitch) | Method void QTextCharFormat::setFontFixedPitch(bool fixedPitch) | |
void | setFontItalic | (bool italic) | Method void QTextCharFormat::setFontItalic(bool italic) | |
void | setFontKerning | (bool enable) | Method void QTextCharFormat::setFontKerning(bool enable) | |
void | setFontLetterSpacing | (double spacing) | Method void QTextCharFormat::setFontLetterSpacing(double spacing) | |
void | setFontOverline | (bool overline) | Method void QTextCharFormat::setFontOverline(bool overline) | |
void | setFontPointSize | (double size) | Method void QTextCharFormat::setFontPointSize(double size) | |
void | setFontStrikeOut | (bool strikeOut) | Method void QTextCharFormat::setFontStrikeOut(bool strikeOut) | |
void | setFontStyleHint | (const QFont_StyleHint hint, const QFont_StyleStrategy strategy = QFont::PreferDefault) | Method void QTextCharFormat::setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy) | |
void | setFontStyleStrategy | (const QFont_StyleStrategy strategy) | Method void QTextCharFormat::setFontStyleStrategy(QFont::StyleStrategy strategy) | |
void | setFontUnderline | (bool underline) | Method void QTextCharFormat::setFontUnderline(bool underline) | |
void | setFontWeight | (int weight) | Method void QTextCharFormat::setFontWeight(int weight) | |
void | setFontWordSpacing | (double spacing) | Method void QTextCharFormat::setFontWordSpacing(double spacing) | |
void | setTableCellColumnSpan | (int tableCellColumnSpan) | Method void QTextCharFormat::setTableCellColumnSpan(int tableCellColumnSpan) | |
void | setTableCellRowSpan | (int tableCellRowSpan) | Method void QTextCharFormat::setTableCellRowSpan(int tableCellRowSpan) | |
void | setTextOutline | (const QPen pen) | Method void QTextCharFormat::setTextOutline(const QPen &pen) | |
void | setToolTip | (string tip) | Method void QTextCharFormat::setToolTip(const QString &tip) | |
void | setUnderlineColor | (const QColor color) | Method void QTextCharFormat::setUnderlineColor(const QColor &color) | |
void | setUnderlineStyle | (const QTextCharFormat_UnderlineStyle style) | Method void QTextCharFormat::setUnderlineStyle(QTextCharFormat::UnderlineStyle style) | |
void | setVerticalAlignment | (const QTextCharFormat_VerticalAlignment alignment) | Method void QTextCharFormat::setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment) | |
[const] | int | tableCellColumnSpan | Method int QTextCharFormat::tableCellColumnSpan() | |
void | tableCellColumnSpan= | (int tableCellColumnSpan) | Method void QTextCharFormat::setTableCellColumnSpan(int tableCellColumnSpan) | |
[const] | int | tableCellRowSpan | Method int QTextCharFormat::tableCellRowSpan() | |
void | tableCellRowSpan= | (int tableCellRowSpan) | Method void QTextCharFormat::setTableCellRowSpan(int tableCellRowSpan) | |
[const] | QPen | textOutline | Method QPen QTextCharFormat::textOutline() | |
void | textOutline= | (const QPen pen) | Method void QTextCharFormat::setTextOutline(const QPen &pen) | |
[const] | string | toolTip | Method QString QTextCharFormat::toolTip() | |
void | toolTip= | (string tip) | Method void QTextCharFormat::setToolTip(const QString &tip) | |
[const] | QColor | underlineColor | Method QColor QTextCharFormat::underlineColor() | |
void | underlineColor= | (const QColor color) | Method void QTextCharFormat::setUnderlineColor(const QColor &color) | |
[const] | QTextCharFormat_UnderlineStyle | underlineStyle | Method QTextCharFormat::UnderlineStyle QTextCharFormat::underlineStyle() | |
void | underlineStyle= | (const QTextCharFormat_UnderlineStyle style) | Method void QTextCharFormat::setUnderlineStyle(QTextCharFormat::UnderlineStyle style) | |
[const] | QTextCharFormat_VerticalAlignment | verticalAlignment | Method QTextCharFormat::VerticalAlignment QTextCharFormat::verticalAlignment() | |
void | verticalAlignment= | (const QTextCharFormat_VerticalAlignment alignment) | Method void QTextCharFormat::setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment) |
[static,const] | QTextCharFormat_VerticalAlignment | AlignBottom | Enum constant QTextCharFormat::AlignBottom | |
[static,const] | QTextCharFormat_VerticalAlignment | AlignMiddle | Enum constant QTextCharFormat::AlignMiddle | |
[static,const] | QTextCharFormat_VerticalAlignment | AlignNormal | Enum constant QTextCharFormat::AlignNormal | |
[static,const] | QTextCharFormat_VerticalAlignment | AlignSubScript | Enum constant QTextCharFormat::AlignSubScript | |
[static,const] | QTextCharFormat_VerticalAlignment | AlignSuperScript | Enum constant QTextCharFormat::AlignSuperScript | |
[static,const] | QTextCharFormat_VerticalAlignment | AlignTop | Enum constant QTextCharFormat::AlignTop | |
[static,const] | QTextCharFormat_UnderlineStyle | DashDotDotLine | Enum constant QTextCharFormat::DashDotDotLine | |
[static,const] | QTextCharFormat_UnderlineStyle | DashDotLine | Enum constant QTextCharFormat::DashDotLine | |
[static,const] | QTextCharFormat_UnderlineStyle | DashUnderline | Enum constant QTextCharFormat::DashUnderline | |
[static,const] | QTextCharFormat_UnderlineStyle | DotLine | Enum constant QTextCharFormat::DotLine | |
[static,const] | QTextCharFormat_UnderlineStyle | NoUnderline | Enum constant QTextCharFormat::NoUnderline | |
[static,const] | QTextCharFormat_UnderlineStyle | SingleUnderline | Enum constant QTextCharFormat::SingleUnderline | |
[static,const] | QTextCharFormat_UnderlineStyle | SpellCheckUnderline | Enum constant QTextCharFormat::SpellCheckUnderline | |
[static,const] | QTextCharFormat_UnderlineStyle | WaveUnderline | Enum constant QTextCharFormat::WaveUnderline |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
AlignBottom | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignBottom Description: Enum constant QTextCharFormat::AlignBottom Python specific notes: |
AlignMiddle | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignMiddle Description: Enum constant QTextCharFormat::AlignMiddle Python specific notes: |
AlignNormal | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignNormal Description: Enum constant QTextCharFormat::AlignNormal Python specific notes: |
AlignSubScript | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignSubScript Description: Enum constant QTextCharFormat::AlignSubScript Python specific notes: |
AlignSuperScript | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignSuperScript Description: Enum constant QTextCharFormat::AlignSuperScript Python specific notes: |
AlignTop | Signature: [static,const] QTextCharFormat_VerticalAlignment AlignTop Description: Enum constant QTextCharFormat::AlignTop Python specific notes: |
DashDotDotLine | Signature: [static,const] QTextCharFormat_UnderlineStyle DashDotDotLine Description: Enum constant QTextCharFormat::DashDotDotLine Python specific notes: |
DashDotLine | Signature: [static,const] QTextCharFormat_UnderlineStyle DashDotLine Description: Enum constant QTextCharFormat::DashDotLine Python specific notes: |
DashUnderline | Signature: [static,const] QTextCharFormat_UnderlineStyle DashUnderline Description: Enum constant QTextCharFormat::DashUnderline Python specific notes: |
DotLine | Signature: [static,const] QTextCharFormat_UnderlineStyle DotLine Description: Enum constant QTextCharFormat::DotLine Python specific notes: |
NoUnderline | Signature: [static,const] QTextCharFormat_UnderlineStyle NoUnderline Description: Enum constant QTextCharFormat::NoUnderline Python specific notes: |
SingleUnderline | Signature: [static,const] QTextCharFormat_UnderlineStyle SingleUnderline Description: Enum constant QTextCharFormat::SingleUnderline Python specific notes: |
SpellCheckUnderline | Signature: [static,const] QTextCharFormat_UnderlineStyle SpellCheckUnderline Description: Enum constant QTextCharFormat::SpellCheckUnderline Python specific notes: |
WaveUnderline | Signature: [static,const] QTextCharFormat_UnderlineStyle WaveUnderline Description: Enum constant QTextCharFormat::WaveUnderline Python specific notes: |
_assign | Signature: void _assign (const QTextCharFormat other) Description: Assigns another object to self |
_const_cast | Signature: [const] QTextCharFormat ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
anchor | Signature: [const] bool anchor Description: Method bool QTextCharFormat::isAnchor() Python specific notes: |
anchor= | Signature: void anchor= (bool anchor) Description: Method void QTextCharFormat::setAnchor(bool anchor) Python specific notes: |
anchorHref | Signature: [const] string anchorHref Description: Method QString QTextCharFormat::anchorHref() Python specific notes: |
anchorHref= | Signature: void anchorHref= (string value) Description: Method void QTextCharFormat::setAnchorHref(const QString &value) Python specific notes: |
anchorName | Signature: [const] string anchorName Description: Method QString QTextCharFormat::anchorName() Python specific notes: |
anchorName= | Signature: void anchorName= (string name) Description: Method void QTextCharFormat::setAnchorName(const QString &name) Python specific notes: |
anchorNames | Signature: [const] string[] anchorNames Description: Method QStringList QTextCharFormat::anchorNames() Python specific notes: |
anchorNames= | Signature: void anchorNames= (string[] names) Description: Method void QTextCharFormat::setAnchorNames(const QStringList &names) Python specific notes: |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QTextCharFormat ptr dup Description: Creates a copy of self Python specific notes: |
font | Signature: [const] QFont font Description: Method QFont QTextCharFormat::font() Python specific notes: |
font= | Signature: void font= (const QFont font) Description: Method void QTextCharFormat::setFont(const QFont &font) Python specific notes: |
fontCapitalization | Signature: [const] QFont_Capitalization fontCapitalization Description: Method QFont::Capitalization QTextCharFormat::fontCapitalization() Python specific notes: |
fontCapitalization= | Signature: void fontCapitalization= (const QFont_Capitalization capitalization) Description: Method void QTextCharFormat::setFontCapitalization(QFont::Capitalization capitalization) Python specific notes: |
fontFamily | Signature: [const] string fontFamily Description: Method QString QTextCharFormat::fontFamily() Python specific notes: |
fontFamily= | Signature: void fontFamily= (string family) Description: Method void QTextCharFormat::setFontFamily(const QString &family) Python specific notes: |
fontFixedPitch | Signature: [const] bool fontFixedPitch Description: Method bool QTextCharFormat::fontFixedPitch() Python specific notes: |
fontFixedPitch= | Signature: void fontFixedPitch= (bool fixedPitch) Description: Method void QTextCharFormat::setFontFixedPitch(bool fixedPitch) Python specific notes: |
fontItalic | Signature: [const] bool fontItalic Description: Method bool QTextCharFormat::fontItalic() Python specific notes: |
fontItalic= | Signature: void fontItalic= (bool italic) Description: Method void QTextCharFormat::setFontItalic(bool italic) Python specific notes: |
fontKerning | Signature: [const] bool fontKerning Description: Method bool QTextCharFormat::fontKerning() Python specific notes: |
fontKerning= | Signature: void fontKerning= (bool enable) Description: Method void QTextCharFormat::setFontKerning(bool enable) Python specific notes: |
fontLetterSpacing | Signature: [const] double fontLetterSpacing Description: Method double QTextCharFormat::fontLetterSpacing() Python specific notes: |
fontLetterSpacing= | Signature: void fontLetterSpacing= (double spacing) Description: Method void QTextCharFormat::setFontLetterSpacing(double spacing) Python specific notes: |
fontOverline | Signature: [const] bool fontOverline Description: Method bool QTextCharFormat::fontOverline() Python specific notes: |
fontOverline= | Signature: void fontOverline= (bool overline) Description: Method void QTextCharFormat::setFontOverline(bool overline) Python specific notes: |
fontPointSize | Signature: [const] double fontPointSize Description: Method double QTextCharFormat::fontPointSize() Python specific notes: |
fontPointSize= | Signature: void fontPointSize= (double size) Description: Method void QTextCharFormat::setFontPointSize(double size) Python specific notes: |
fontStrikeOut | Signature: [const] bool fontStrikeOut Description: Method bool QTextCharFormat::fontStrikeOut() Python specific notes: |
fontStrikeOut= | Signature: void fontStrikeOut= (bool strikeOut) Description: Method void QTextCharFormat::setFontStrikeOut(bool strikeOut) Python specific notes: |
fontStyleHint | Signature: [const] QFont_StyleHint fontStyleHint Description: Method QFont::StyleHint QTextCharFormat::fontStyleHint() Python specific notes: |
fontStyleStrategy | Signature: [const] QFont_StyleStrategy fontStyleStrategy Description: Method QFont::StyleStrategy QTextCharFormat::fontStyleStrategy() Python specific notes: |
fontStyleStrategy= | Signature: void fontStyleStrategy= (const QFont_StyleStrategy strategy) Description: Method void QTextCharFormat::setFontStyleStrategy(QFont::StyleStrategy strategy) Python specific notes: |
fontUnderline | Signature: [const] bool fontUnderline Description: Method bool QTextCharFormat::fontUnderline() Python specific notes: |
fontUnderline= | Signature: void fontUnderline= (bool underline) Description: Method void QTextCharFormat::setFontUnderline(bool underline) Python specific notes: |
fontWeight | Signature: [const] int fontWeight Description: Method int QTextCharFormat::fontWeight() Python specific notes: |
fontWeight= | Signature: void fontWeight= (int weight) Description: Method void QTextCharFormat::setFontWeight(int weight) Python specific notes: |
fontWordSpacing | Signature: [const] double fontWordSpacing Description: Method double QTextCharFormat::fontWordSpacing() Python specific notes: |
fontWordSpacing= | Signature: void fontWordSpacing= (double spacing) Description: Method void QTextCharFormat::setFontWordSpacing(double spacing) Python specific notes: |
isAnchor? | Signature: [const] bool isAnchor? Description: Method bool QTextCharFormat::isAnchor() Python specific notes: |
isValid? | Signature: [const] bool isValid? Description: Method bool QTextCharFormat::isValid() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | Signature: [static] new QTextCharFormat new Description: Constructor QTextCharFormat::QTextCharFormat() This method creates an object of class QTextCharFormat. Python specific notes: |
setAnchor | Signature: void setAnchor (bool anchor) Description: Method void QTextCharFormat::setAnchor(bool anchor) Python specific notes: |
setAnchorHref | Signature: void setAnchorHref (string value) Description: Method void QTextCharFormat::setAnchorHref(const QString &value) Python specific notes: |
setAnchorName | Signature: void setAnchorName (string name) Description: Method void QTextCharFormat::setAnchorName(const QString &name) Python specific notes: |
setAnchorNames | Signature: void setAnchorNames (string[] names) Description: Method void QTextCharFormat::setAnchorNames(const QStringList &names) Python specific notes: |
setFont | Signature: void setFont (const QFont font) Description: Method void QTextCharFormat::setFont(const QFont &font) Python specific notes: |
setFontCapitalization | Signature: void setFontCapitalization (const QFont_Capitalization capitalization) Description: Method void QTextCharFormat::setFontCapitalization(QFont::Capitalization capitalization) Python specific notes: |
setFontFamily | Signature: void setFontFamily (string family) Description: Method void QTextCharFormat::setFontFamily(const QString &family) Python specific notes: |
setFontFixedPitch | Signature: void setFontFixedPitch (bool fixedPitch) Description: Method void QTextCharFormat::setFontFixedPitch(bool fixedPitch) Python specific notes: |
setFontItalic | Signature: void setFontItalic (bool italic) Description: Method void QTextCharFormat::setFontItalic(bool italic) Python specific notes: |
setFontKerning | Signature: void setFontKerning (bool enable) Description: Method void QTextCharFormat::setFontKerning(bool enable) Python specific notes: |
setFontLetterSpacing | Signature: void setFontLetterSpacing (double spacing) Description: Method void QTextCharFormat::setFontLetterSpacing(double spacing) Python specific notes: |
setFontOverline | Signature: void setFontOverline (bool overline) Description: Method void QTextCharFormat::setFontOverline(bool overline) Python specific notes: |
setFontPointSize | Signature: void setFontPointSize (double size) Description: Method void QTextCharFormat::setFontPointSize(double size) Python specific notes: |
setFontStrikeOut | Signature: void setFontStrikeOut (bool strikeOut) Description: Method void QTextCharFormat::setFontStrikeOut(bool strikeOut) Python specific notes: |
setFontStyleHint | Signature: void setFontStyleHint (const QFont_StyleHint hint, const QFont_StyleStrategy strategy = QFont::PreferDefault) Description: Method void QTextCharFormat::setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy) |
setFontStyleStrategy | Signature: void setFontStyleStrategy (const QFont_StyleStrategy strategy) Description: Method void QTextCharFormat::setFontStyleStrategy(QFont::StyleStrategy strategy) Python specific notes: |
setFontUnderline | Signature: void setFontUnderline (bool underline) Description: Method void QTextCharFormat::setFontUnderline(bool underline) Python specific notes: |
setFontWeight | Signature: void setFontWeight (int weight) Description: Method void QTextCharFormat::setFontWeight(int weight) Python specific notes: |
setFontWordSpacing | Signature: void setFontWordSpacing (double spacing) Description: Method void QTextCharFormat::setFontWordSpacing(double spacing) Python specific notes: |
setTableCellColumnSpan | Signature: void setTableCellColumnSpan (int tableCellColumnSpan) Description: Method void QTextCharFormat::setTableCellColumnSpan(int tableCellColumnSpan) Python specific notes: |
setTableCellRowSpan | Signature: void setTableCellRowSpan (int tableCellRowSpan) Description: Method void QTextCharFormat::setTableCellRowSpan(int tableCellRowSpan) Python specific notes: |
setTextOutline | Signature: void setTextOutline (const QPen pen) Description: Method void QTextCharFormat::setTextOutline(const QPen &pen) Python specific notes: |
setToolTip | Signature: void setToolTip (string tip) Description: Method void QTextCharFormat::setToolTip(const QString &tip) Python specific notes: |
setUnderlineColor | Signature: void setUnderlineColor (const QColor color) Description: Method void QTextCharFormat::setUnderlineColor(const QColor &color) Python specific notes: |
setUnderlineStyle | Signature: void setUnderlineStyle (const QTextCharFormat_UnderlineStyle style) Description: Method void QTextCharFormat::setUnderlineStyle(QTextCharFormat::UnderlineStyle style) Python specific notes: |
setVerticalAlignment | Signature: void setVerticalAlignment (const QTextCharFormat_VerticalAlignment alignment) Description: Method void QTextCharFormat::setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment) Python specific notes: |
tableCellColumnSpan | Signature: [const] int tableCellColumnSpan Description: Method int QTextCharFormat::tableCellColumnSpan() Python specific notes: |
tableCellColumnSpan= | Signature: void tableCellColumnSpan= (int tableCellColumnSpan) Description: Method void QTextCharFormat::setTableCellColumnSpan(int tableCellColumnSpan) Python specific notes: |
tableCellRowSpan | Signature: [const] int tableCellRowSpan Description: Method int QTextCharFormat::tableCellRowSpan() Python specific notes: |
tableCellRowSpan= | Signature: void tableCellRowSpan= (int tableCellRowSpan) Description: Method void QTextCharFormat::setTableCellRowSpan(int tableCellRowSpan) Python specific notes: |
textOutline | Signature: [const] QPen textOutline Description: Method QPen QTextCharFormat::textOutline() Python specific notes: |
textOutline= | Signature: void textOutline= (const QPen pen) Description: Method void QTextCharFormat::setTextOutline(const QPen &pen) Python specific notes: |
toolTip | Signature: [const] string toolTip Description: Method QString QTextCharFormat::toolTip() Python specific notes: |
toolTip= | Signature: void toolTip= (string tip) Description: Method void QTextCharFormat::setToolTip(const QString &tip) Python specific notes: |
underlineColor | Signature: [const] QColor underlineColor Description: Method QColor QTextCharFormat::underlineColor() Python specific notes: |
underlineColor= | Signature: void underlineColor= (const QColor color) Description: Method void QTextCharFormat::setUnderlineColor(const QColor &color) Python specific notes: |
underlineStyle | Signature: [const] QTextCharFormat_UnderlineStyle underlineStyle Description: Method QTextCharFormat::UnderlineStyle QTextCharFormat::underlineStyle() Python specific notes: |
underlineStyle= | Signature: void underlineStyle= (const QTextCharFormat_UnderlineStyle style) Description: Method void QTextCharFormat::setUnderlineStyle(QTextCharFormat::UnderlineStyle style) Python specific notes: |
verticalAlignment | Signature: [const] QTextCharFormat_VerticalAlignment verticalAlignment Description: Method QTextCharFormat::VerticalAlignment QTextCharFormat::verticalAlignment() Python specific notes: |
verticalAlignment= | Signature: void verticalAlignment= (const QTextCharFormat_VerticalAlignment alignment) Description: Method void QTextCharFormat::setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment) Python specific notes: |