java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextLayout.FormatRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QTextLayout
public static class QTextLayout.FormatRange extends QtObject implements Cloneable
QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content
Java wrapper for Qt class QTextLayout::FormatRange
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description FormatRange()
protected
FormatRange(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextLayout.FormatRange
clone()
QTextCharFormat
format()
int
length()
void
setFormat(QTextCharFormat format)
void
setLength(int length)
void
setStart(int start)
int
start()