|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QTextFormat
com.trolltech.qt.gui.QTextListFormat
public class QTextListFormat
The QTextListFormat class provides formatting information for lists in a QTextDocument
. A list is composed of one or more items, represented as text blocks. The list's format specifies the appearance of items in the list. In particular, it determines the indentation and the style of each item.
The indentation of the items is an integer value that causes each item to be offset from the left margin by a certain amount. This value is read with indent()
and set with setIndent()
.
The style used to decorate each item is set with setStyle()
and can be read with the style()
function. The style controls the type of bullet points and numbering scheme used for items in the list. Note that lists that use the decimal numbering scheme begin counting at 1 rather than 0.
QTextList
.
Nested Class Summary | |
---|---|
static class |
QTextListFormat.Style
This enum describes the symbols used to decorate list items. |
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QTextFormat |
---|
QTextFormat.FormatType, QTextFormat.ObjectTypes, QTextFormat.PageBreakFlag, QTextFormat.PageBreakFlags, QTextFormat.Property |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Field Summary |
---|
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
currentSender |
Constructor Summary | |
---|---|
QTextListFormat()
Constructs a new list format object. |
Method Summary | |
---|---|
QTextListFormat |
clone()
This method is reimplemented for internal reasons |
int |
indent()
Returns the list format's indentation. |
void |
setIndent(int indent)
Sets the list format's indentation. |
void |
setStyle(QTextListFormat.Style style)
Sets the list format's style. |
QTextListFormat.Style |
style()
Returns the list format's style. |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QTextListFormat()
Method Detail |
---|
public final int indent()
QTextDocument::indentWidth
property to get the effective indent in pixels. setIndent()
.
public final void setIndent(int indent)
QTextDocument::indentWidth
property to get the effective indent in pixels. indent()
.
public final void setStyle(QTextListFormat.Style style)
style()
.
public final QTextListFormat.Style style()
setStyle()
.
public QTextListFormat clone()
clone
in class QTextFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |