java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextFormat
io.qt.gui.QTextListFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QTextListFormat extends QTextFormat implements Cloneable
Formatting information for lists in a QTextDocument
Java wrapper for Qt class QTextListFormat
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QTextListFormat.Style
Java wrapper for Qt enum QTextListFormat::StyleNested classes/interfaces inherited from class io.qt.gui.QTextFormat
QTextFormat.FormatType, QTextFormat.ObjectTypes, QTextFormat.PageBreakFlag, QTextFormat.PageBreakFlags, QTextFormat.Property
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTextListFormat()
protected
QTextListFormat(QTextFormat fmt)
protected
QTextListFormat(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextListFormat
clone()
int
indent()
boolean
isValid()
String
numberPrefix()
String
numberSuffix()
void
setIndent(int indent)
void
setNumberPrefix(String numberPrefix)
void
setNumberSuffix(String numberSuffix)
void
setStyle(QTextListFormat.Style style)
QTextListFormat.Style
style()
Methods inherited from class io.qt.gui.QTextFormat
background, boolProperty, brushProperty, clearBackground, clearForeground, clearProperty, colorProperty, doubleProperty, equals, foreground, hashCode, hasProperty, intProperty, isBlockFormat, isCharFormat, isEmpty, isFrameFormat, isImageFormat, isListFormat, isTableCellFormat, isTableFormat, layoutDirection, lengthProperty, lengthVectorProperty, merge, objectIndex, objectType, penProperty, properties, property, propertyCount, readFrom, setBackground, setForeground, setLayoutDirection, setObjectIndex, setObjectType, setProperty, setProperty, stringProperty, swap, toBlockFormat, toCharFormat, toFrameFormat, toImageFormat, toListFormat, toString, toTableCellFormat, toTableFormat, type, writeTo
-
Constructor Details
-
QTextListFormat
public QTextListFormat() -
QTextListFormat
-
QTextListFormat
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
indent
-
isValid
- Overrides:
isValid
in classQTextFormat
-
numberPrefix
-
numberSuffix
-
setIndent
-
setNumberPrefix
-
setNumberSuffix
-
setStyle
-
style
-
clone
- Overrides:
clone
in classQTextFormat
-