|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QTextListFormat.Style>
com.trolltech.qt.gui.QTextListFormat.Style
public static enum QTextListFormat.Style
This enum describes the symbols used to decorate list items.
Constant | Value | Description |
---|---|---|
ListDisc | -1 | a filled circle |
ListCircle | -2 | an empty circle |
ListSquare | -3 | a filled square |
ListDecimal | -4 | decimal values in ascending order |
ListLowerAlpha | -5 | lower case Latin characters in alphabetical order |
ListUpperAlpha | -6 | upper case Latin characters in alphabetical order |
Enum Constant Summary | |
---|---|
ListCircle
an empty circle |
|
ListDecimal
decimal values in ascending order |
|
ListDisc
a filled circle |
|
ListLowerAlpha
lower case Latin characters in alphabetical order |
|
ListSquare
a filled square |
|
ListStyleUndefined
Internal. |
|
ListUpperAlpha
upper case Latin characters in alphabetical order |
Method Summary | |
---|---|
static QTextListFormat.Style |
resolve(int value)
|
int |
value()
|
static QTextListFormat.Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QTextListFormat.Style[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QTextListFormat.Style ListDisc
a filled circle
public static final QTextListFormat.Style ListCircle
an empty circle
public static final QTextListFormat.Style ListSquare
a filled square
public static final QTextListFormat.Style ListDecimal
decimal values in ascending order
public static final QTextListFormat.Style ListLowerAlpha
lower case Latin characters in alphabetical order
public static final QTextListFormat.Style ListUpperAlpha
upper case Latin characters in alphabetical order
public static final QTextListFormat.Style ListStyleUndefined
Method Detail |
---|
public static final QTextListFormat.Style[] values()
for(QTextListFormat.Style c : QTextListFormat.Style.values()) System.out.println(c);
public static QTextListFormat.Style valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
value
in interface QtEnumerator
public static QTextListFormat.Style resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |