|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PageLabel.NumberStyleEnum>
org.pdfclown.documents.interaction.navigation.page.PageLabel.NumberStyleEnum
public static enum PageLabel.NumberStyleEnum
Enum Constant Summary | |
---|---|
ArabicNumber
Decimal arabic numerals. |
|
LCaseLetter
Lower-case letters (a to z for the first 26 pages, aa to zz for the next 26, and so on). |
|
LCaseRomanNumber
Lower-case roman numerals. |
|
UCaseLetter
Upper-case letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on). |
|
UCaseRomanNumber
Upper-case roman numerals. |
Method Summary | |
---|---|
static PageLabel.NumberStyleEnum |
get(PdfName value)
Gets the number style corresponding to the given value. |
PdfName |
getCode()
|
static PageLabel.NumberStyleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PageLabel.NumberStyleEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PageLabel.NumberStyleEnum ArabicNumber
public static final PageLabel.NumberStyleEnum UCaseRomanNumber
public static final PageLabel.NumberStyleEnum LCaseRomanNumber
public static final PageLabel.NumberStyleEnum UCaseLetter
public static final PageLabel.NumberStyleEnum LCaseLetter
Method Detail |
---|
public static PageLabel.NumberStyleEnum[] values()
for (PageLabel.NumberStyleEnum c : PageLabel.NumberStyleEnum.values()) System.out.println(c);
public static PageLabel.NumberStyleEnum 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 nullpublic static PageLabel.NumberStyleEnum get(PdfName value)
public PdfName getCode()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |