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()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QTextCharFormat
format()
int
hashCode()
int
length()
void
setFormat(QTextCharFormat format)
void
setLength(int length)
void
setStart(int start)
int
start()
-
Constructor Details
-
FormatRange
public FormatRange() -
FormatRange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setFormat
-
format
-
setLength
-
length
-
setStart
-
start
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-