Uses of Class
io.qt.gui.QTextCharFormat.UnderlineStyle
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextCharFormat.UnderlineStyle in io.qt.gui
Methods in io.qt.gui that return QTextCharFormat.UnderlineStyle Modifier and Type Method Description static QTextCharFormat.UnderlineStyle
QTextCharFormat.UnderlineStyle. resolve(int value)
Returns the corresponding enum entry for the given value.QTextCharFormat.UnderlineStyle
QTextCharFormat. underlineStyle()
static QTextCharFormat.UnderlineStyle
QTextCharFormat.UnderlineStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextCharFormat.UnderlineStyle[]
QTextCharFormat.UnderlineStyle. 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 QTextCharFormat.UnderlineStyle Modifier and Type Method Description void
QTextCharFormat. setUnderlineStyle(QTextCharFormat.UnderlineStyle style)