Uses of Class
io.qt.gui.QTextLayout.FormatRange
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextLayout.FormatRange in io.qt.gui
Methods in io.qt.gui that return QTextLayout.FormatRange Modifier and Type Method Description QTextLayout.FormatRange
QTextLayout.FormatRange. clone()
Methods in io.qt.gui that return types with arguments of type QTextLayout.FormatRange Modifier and Type Method Description QList<QTextLayout.FormatRange>
QTextLayout. additionalFormats()
Deprecated.UseQTextLayout.formats()
insteadQVector<QTextLayout.FormatRange>
QTextLayout. formats()
QVector<QTextLayout.FormatRange>
QTextBlock. textFormats()
Method parameters in io.qt.gui with type arguments of type QTextLayout.FormatRange Modifier and Type Method Description void
QTextLayout. setAdditionalFormats(Collection<QTextLayout.FormatRange> overrides)
Deprecated.UseQTextLayout.setFormats(java.util.Collection)
insteadvoid
QTextLayout. setFormats(Collection<QTextLayout.FormatRange> overrides)