java.lang.Object
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 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
-
Field Summary
Fields inherited from class io.qt.gui.QTextFormat
staticMetaObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
indent()
final boolean
isValid()
final String
final String
void
readFrom
(QDataStream arg__1) Seeoperator>>(QDataStream&,
QTextListFormat&) final void
setIndent
(int indent) final void
setNumberPrefix
(String numberPrefix) final void
setNumberSuffix
(String numberSuffix) final void
setStart
(int indent) final void
setStyle
(QTextListFormat.Style style) final int
start()
final QTextListFormat.Style
style()
final void
swap
(QTextListFormat value2) Seeswap(QTextListFormat&,
QTextListFormat&) void
writeTo
(QDataStream arg__1) Seeoperator<<(QDataStream&,
QTextListFormat) Methods inherited from class io.qt.gui.QTextFormat
assign, background, boolProperty, brushProperty, clearBackground, clearForeground, clearProperty, colorProperty, doubleProperty, equals, equals, foreground, hashCode, hasProperty, intProperty, isBlockFormat, isCharFormat, isEmpty, isFrameFormat, isImageFormat, isListFormat, isTableCellFormat, isTableFormat, layoutDirection, lengthProperty, lengthVectorProperty, merge, objectIndex, objectType, penProperty, properties, property, propertyCount, setBackground, setBackground, setBackground, setBackground, setBackground, setBackground, setBackground, setForeground, setForeground, setForeground, setForeground, setForeground, setForeground, setForeground, setLayoutDirection, setObjectIndex, setObjectType, setProperty, setProperty, stringProperty, swap, toBlockFormat, toCharFormat, toFrameFormat, toImageFormat, toListFormat, toString, toTableCellFormat, toTableFormat, type
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextListFormat
public QTextListFormat() -
QTextListFormat
-
QTextListFormat
-
-
Method Details
-
indent
-
isValid
- Overrides:
isValid
in classQTextFormat
-
numberPrefix
-
numberSuffix
-
writeTo
See
operator<<(QDataStream&,
QTextListFormat) - Overrides:
writeTo
in classQTextFormat
-
readFrom
See
operator>>(QDataStream&,
QTextListFormat&) - Overrides:
readFrom
in classQTextFormat
-
setIndent
-
setNumberPrefix
-
setNumberSuffix
-
setStart
See
QTextListFormat::
setStart(int) This function was introduced in Qt 6.6.
-
setStyle
-
start
See
QTextListFormat::
start()const This function was introduced in Qt 6.6.
-
style
-
swap
See
swap(QTextListFormat&,
QTextListFormat&) -
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQTextFormat
-