|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ListStyleType>
com.osbcp.css.constants.ListStyleType
public enum ListStyleType
Values for the list-style-type property.
Enum Constant Summary | |
---|---|
ARMENIAN
The marker is traditional Armenian numbering. |
|
CIRCLE
The marker is a circle. |
|
CJK_IDEOGRAPHIC
The marker is plain ideographic numbers. |
|
DECIMAL
The marker is a number. |
|
DECIMAL_LEADING_ZERO
The marker is a number with leading zeros (01, 02, 03, etc.). |
|
DISC
The marker is a filled circle. |
|
GEORGIAN
The marker is traditional Georgian numbering. |
|
HEBREW
The marker is traditional Hebrew numbering. |
|
HIRAGANA
The marker is traditional Hiragana numbering. |
|
HIRAGANA_IROHA
The marker is traditional Hiragana iroha numbering. |
|
INHERIT
The value of the listStyleType property is inherited from parent element. |
|
KATAKANA
The marker is traditional Katakana numbering. |
|
KATAKANA_IROHA
The marker is traditional Katakana iroha numbering. |
|
LOWER_ALPHA
The marker is lower-alpha (a, b, c, d, e, etc.). |
|
LOWER_GREEK
The marker is lower-greek. |
|
LOWER_LATIN
The marker is lower-latin (a, b, c, d, e, etc.). |
|
LOWER_ROMAN
The marker is lower-roman (i, ii, iii, iv, v, etc.). |
|
NONE
No marker is shown. |
|
SQUARE
The marker is a square. |
|
UPPER_ALPHA
The marker is upper-alpha (A, B, C, D, E, etc.). |
|
UPPER_LATIN
The marker is upper-latin (A, B, C, D, E, etc.). |
|
UPPER_ROMAN
The marker is upper-roman (I, II, III, IV, V, etc.). |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static ListStyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ListStyleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ListStyleType ARMENIAN
public static final ListStyleType CIRCLE
public static final ListStyleType CJK_IDEOGRAPHIC
public static final ListStyleType DECIMAL
public static final ListStyleType DECIMAL_LEADING_ZERO
public static final ListStyleType DISC
public static final ListStyleType GEORGIAN
public static final ListStyleType HEBREW
public static final ListStyleType HIRAGANA
public static final ListStyleType HIRAGANA_IROHA
public static final ListStyleType INHERIT
public static final ListStyleType KATAKANA
public static final ListStyleType KATAKANA_IROHA
public static final ListStyleType LOWER_ALPHA
public static final ListStyleType LOWER_GREEK
public static final ListStyleType LOWER_LATIN
public static final ListStyleType LOWER_ROMAN
public static final ListStyleType NONE
public static final ListStyleType SQUARE
public static final ListStyleType UPPER_ALPHA
public static final ListStyleType UPPER_LATIN
public static final ListStyleType UPPER_ROMAN
Method Detail |
---|
public static ListStyleType[] values()
for (ListStyleType c : ListStyleType.values()) System.out.println(c);
public static ListStyleType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ListStyleType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |