java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QTextEdit.ExtraSelection
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QTextEdit
public static class QTextEdit.ExtraSelection extends QtObject implements Cloneable
QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document
Java wrapper for Qt class QTextEdit::ExtraSelection
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description ExtraSelection()
protected
ExtraSelection(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextEdit.ExtraSelection
clone()
QTextCursor
cursor()
QTextCharFormat
format()
void
setCursor(QTextCursor cursor)
void
setFormat(QTextCharFormat format)
-
Constructor Details
-
ExtraSelection
public ExtraSelection() -
ExtraSelection
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details