public enum PageLabelNumberingStyleConstants extends Enum<PageLabelNumberingStyleConstants>
| Enum Constant and Description |
|---|
DECIMAL_ARABIC_NUMERALS |
LOWERCASE_LETTERS |
LOWERCASE_ROMAN_NUMERALS |
UPPERCASE_LETTERS |
UPPERCASE_ROMAN_NUMERALS |
| Modifier and Type | Method and Description |
|---|---|
static PageLabelNumberingStyleConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageLabelNumberingStyleConstants[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PageLabelNumberingStyleConstants DECIMAL_ARABIC_NUMERALS
public static final PageLabelNumberingStyleConstants UPPERCASE_ROMAN_NUMERALS
public static final PageLabelNumberingStyleConstants LOWERCASE_ROMAN_NUMERALS
public static final PageLabelNumberingStyleConstants UPPERCASE_LETTERS
public static final PageLabelNumberingStyleConstants LOWERCASE_LETTERS
public static PageLabelNumberingStyleConstants[] values()
for (PageLabelNumberingStyleConstants c : PageLabelNumberingStyleConstants.values()) System.out.println(c);
public static PageLabelNumberingStyleConstants valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Copyright © 1998–2016 iText Group NV. All rights reserved.