java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextFormat
io.qt.gui.QTextListFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Formatting information for lists in a QTextDocument
Java wrapper for Qt's class QTextListFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.gui.QTextFormat
QTextFormat.FormatType, QTextFormat.ObjectTypes, QTextFormat.PageBreakFlag, QTextFormat.PageBreakFlags, QTextFormat.Property
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.gui.QTextFormat
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final int
indent()
final boolean
isValid()
final String
final String
final void
setIndent
(int indent) final void
setNumberPrefix
(String numberPrefix) final void
setNumberSuffix
(String numberSuffix) final void
setStyle
(QTextListFormat.Style style) final 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
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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
-