Uses of Class
io.qt.gui.QTextListFormat.Style
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextListFormat.Style in io.qt.gui
Methods in io.qt.gui that return QTextListFormat.Style Modifier and Type Method Description static QTextListFormat.Style
QTextListFormat.Style. resolve(int value)
Returns the corresponding enum entry for the given value.QTextListFormat.Style
QTextListFormat. style()
static QTextListFormat.Style
QTextListFormat.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextListFormat.Style[]
QTextListFormat.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QTextListFormat.Style Modifier and Type Method Description QTextList
QTextCursor. createList(QTextListFormat.Style style)
QTextList
QTextCursor. insertList(QTextListFormat.Style style)
void
QTextListFormat. setStyle(QTextListFormat.Style style)