public enum NestedEnumerateStyles extends Enum<NestedEnumerateStyles> implements ListStyle_EnumerateNested
ListStyle_EnumerateNested for 6 levels.| Enum Constant and Description |
|---|
aLL_alpha_ascii |
aLL_Alpha_ascii |
aLL_arabic_ascii |
aLL_roman_ascii |
aLL_Roman_ascii |
all_utf_arabic_subscript |
arabic_Alpha_alpha_Roman_roman |
arabic_utf_circled |
| Modifier and Type | Method and Description |
|---|---|
ListStyle_Enumerate |
getStyle(int level)
Returns the style for a given level.
|
StrBuilder |
toDoc()
Returns a representation of the list style useful for documentation
|
static NestedEnumerateStyles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedEnumerateStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NestedEnumerateStyles aLL_Alpha_ascii
public static final NestedEnumerateStyles aLL_alpha_ascii
public static final NestedEnumerateStyles aLL_arabic_ascii
public static final NestedEnumerateStyles aLL_Roman_ascii
public static final NestedEnumerateStyles aLL_roman_ascii
public static final NestedEnumerateStyles all_utf_arabic_subscript
public static final NestedEnumerateStyles arabic_Alpha_alpha_Roman_roman
public static final NestedEnumerateStyles arabic_utf_circled
public static NestedEnumerateStyles[] values()
for (NestedEnumerateStyles c : NestedEnumerateStyles.values()) System.out.println(c);
public static NestedEnumerateStyles valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ListStyle_Enumerate getStyle(int level)
ListStyle_EnumerateNestedgetStyle in interface ListStyle_EnumerateNestedlevel - the level for the requested stylepublic StrBuilder toDoc()
ListStyleCopyright © 2015–2016. All rights reserved.