public enum PdfPageLabelStyle extends java.lang.Enum<PdfPageLabelStyle>
Enum Constant and Description |
---|
DECIMAL_ARABIC
Decimal Arabic numerals.
|
LOWERCASE_LETTERS
Lowercase letters (a to z for the first 26 pages, aa to zz for the
next 26, and so on.
|
LOWERCASE_ROMAN
Lowercase roman numerals.
|
UPPERCASE_LETTERS
Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the
next 26, and so on.
|
UPPERCASE_ROMAN
Uppercase roman numerals.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPdfName()
Returns the value to write into the PDF file to designate this style.
|
static PdfPageLabelStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfPageLabelStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfPageLabelStyle DECIMAL_ARABIC
public static final PdfPageLabelStyle UPPERCASE_ROMAN
public static final PdfPageLabelStyle LOWERCASE_ROMAN
public static final PdfPageLabelStyle UPPERCASE_LETTERS
public static final PdfPageLabelStyle LOWERCASE_LETTERS
public static PdfPageLabelStyle[] values()
for (PdfPageLabelStyle c : PdfPageLabelStyle.values()) System.out.println(c);
public static PdfPageLabelStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPdfName()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.