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
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()
final void
swap
(QTextListFormat value2) Seeswap(QTextListFormat&,
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, readFrom, 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, writeTo
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextListFormat
public QTextListFormat() -
QTextListFormat
- Parameters:
fmt
-
-
QTextListFormat
- Parameters:
other
-
-
-
Method Details
-
indent
- Returns:
-
isValid
- Overrides:
isValid
in classQTextFormat
- Returns:
-
numberPrefix
- Returns:
- Since:
- This function was introduced in Qt 4.8.
-
numberSuffix
- Returns:
- Since:
- This function was introduced in Qt 4.8.
-
setIndent
- Parameters:
indent
-
-
setNumberPrefix
- Parameters:
numberPrefix
-- Since:
- This function was introduced in Qt 4.8.
-
setNumberSuffix
- Parameters:
numberSuffix
-- Since:
- This function was introduced in Qt 4.8.
-
setStyle
- Parameters:
style
-
-
style
- Returns:
-
swap
See
swap(QTextListFormat&,
QTextListFormat&) - Parameters:
value2
-
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQTextFormat
-