public enum PdfLabelNumberingStyle extends Enum<PdfLabelNumberingStyle> implements FriendlyNamed
| Enum Constant and Description |
|---|
ARABIC |
EMPTY |
LOWERCASE_LETTERS |
LOWERCASE_ROMANS |
UPPERCASE_LETTERS |
UPPERCASE_ROMANS |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static PdfLabelNumberingStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfLabelNumberingStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfLabelNumberingStyle ARABIC
public static final PdfLabelNumberingStyle UPPERCASE_ROMANS
public static final PdfLabelNumberingStyle LOWERCASE_ROMANS
public static final PdfLabelNumberingStyle UPPERCASE_LETTERS
public static final PdfLabelNumberingStyle LOWERCASE_LETTERS
public static final PdfLabelNumberingStyle EMPTY
public static PdfLabelNumberingStyle[] values()
for (PdfLabelNumberingStyle c : PdfLabelNumberingStyle.values()) System.out.println(c);
public static PdfLabelNumberingStyle 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 String getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2015. All Rights Reserved.