public enum CounterDigitsGlyphStyle extends Enum<CounterDigitsGlyphStyle>
| Enum Constant and Description |
|---|
ARMENIAN |
CIRCLE |
DECIMAL_LEADING_ZERO |
DEFAULT |
DISC |
GEORGIAN |
LOWER_ALPHA_AND_LATIN |
LOWER_GREEK |
LOWER_ROMAN |
NONE |
SQUARE |
UPPER_ALPHA_AND_LATIN |
UPPER_ROMAN |
| Modifier and Type | Method and Description |
|---|---|
static CounterDigitsGlyphStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterDigitsGlyphStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CounterDigitsGlyphStyle DEFAULT
public static final CounterDigitsGlyphStyle NONE
public static final CounterDigitsGlyphStyle DISC
public static final CounterDigitsGlyphStyle SQUARE
public static final CounterDigitsGlyphStyle CIRCLE
public static final CounterDigitsGlyphStyle UPPER_ALPHA_AND_LATIN
public static final CounterDigitsGlyphStyle LOWER_ALPHA_AND_LATIN
public static final CounterDigitsGlyphStyle LOWER_GREEK
public static final CounterDigitsGlyphStyle LOWER_ROMAN
public static final CounterDigitsGlyphStyle UPPER_ROMAN
public static final CounterDigitsGlyphStyle GEORGIAN
public static final CounterDigitsGlyphStyle ARMENIAN
public static final CounterDigitsGlyphStyle DECIMAL_LEADING_ZERO
public static CounterDigitsGlyphStyle[] values()
for (CounterDigitsGlyphStyle c : CounterDigitsGlyphStyle.values()) System.out.println(c);
public static CounterDigitsGlyphStyle 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 nullCopyright © 1998–2021 iText Group NV. All rights reserved.