Home · All Classes · Modules

QTextCharFormat Class Reference
[QtGui module]

Inherits QTextFormat.

Inherited by QTextImageFormat and QTextTableCellFormat.

Types

Methods


Detailed Description


Type Documentation

QTextCharFormat.UnderlineStyle

QTextCharFormat.VerticalAlignment


Method Documentation

QTextCharFormat.__init__ (self)

QTextCharFormat.__init__ (self, QTextCharFormat)

QString QTextCharFormat.anchorHref (self)

QString QTextCharFormat.anchorName (self)

QStringList QTextCharFormat.anchorNames (self)

QFont QTextCharFormat.font (self)

QFont.Capitalization QTextCharFormat.fontCapitalization (self)

QString QTextCharFormat.fontFamily (self)

bool QTextCharFormat.fontFixedPitch (self)

bool QTextCharFormat.fontItalic (self)

bool QTextCharFormat.fontKerning (self)

float QTextCharFormat.fontLetterSpacing (self)

bool QTextCharFormat.fontOverline (self)

float QTextCharFormat.fontPointSize (self)

bool QTextCharFormat.fontStrikeOut (self)

QFont.StyleHint QTextCharFormat.fontStyleHint (self)

QFont.StyleStrategy QTextCharFormat.fontStyleStrategy (self)

bool QTextCharFormat.fontUnderline (self)

int QTextCharFormat.fontWeight (self)

float QTextCharFormat.fontWordSpacing (self)

bool QTextCharFormat.isAnchor (self)

bool QTextCharFormat.isValid (self)

QTextCharFormat.setAnchor (self, bool)

QTextCharFormat.setAnchorHref (self, QString)

QTextCharFormat.setAnchorName (self, QString)

QTextCharFormat.setAnchorNames (self, QStringList)

QTextCharFormat.setFont (self, QFont)

QTextCharFormat.setFontCapitalization (self, QFont.Capitalization)

QTextCharFormat.setFontFamily (self, QString)

QTextCharFormat.setFontFixedPitch (self, bool)

QTextCharFormat.setFontItalic (self, bool)

QTextCharFormat.setFontKerning (self, bool)

QTextCharFormat.setFontLetterSpacing (self, float)

QTextCharFormat.setFontOverline (self, bool)

QTextCharFormat.setFontPointSize (self, float)

QTextCharFormat.setFontStrikeOut (self, bool)

QTextCharFormat.setFontStyleHint (self, QFont.StyleHint, QFont.StyleStrategy strategy = QFont.PreferDefault)

QTextCharFormat.setFontStyleStrategy (self, QFont.StyleStrategy)

QTextCharFormat.setFontUnderline (self, bool)

QTextCharFormat.setFontWeight (self, int)

QTextCharFormat.setFontWordSpacing (self, float)

QTextCharFormat.setTableCellColumnSpan (self, int)

QTextCharFormat.setTableCellRowSpan (self, int)

QTextCharFormat.setTextOutline (self, QPen)

QTextCharFormat.setToolTip (self, QString)

QTextCharFormat.setUnderlineColor (self, QColor)

QTextCharFormat.setUnderlineStyle (self, UnderlineStyle)

QTextCharFormat.setVerticalAlignment (self, VerticalAlignment)

int QTextCharFormat.tableCellColumnSpan (self)

int QTextCharFormat.tableCellRowSpan (self)

QPen QTextCharFormat.textOutline (self)

QString QTextCharFormat.toolTip (self)

QColor QTextCharFormat.underlineColor (self)

UnderlineStyle QTextCharFormat.underlineStyle (self)

VerticalAlignment QTextCharFormat.verticalAlignment (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0