public static enum CPDFPage.PDFDisplayBox extends java.lang.Enum<CPDFPage.PDFDisplayBox>
Enum Constant and Description |
---|
PDFDisplayArtBox |
PDFDisplayBleedBox |
PDFDisplayCropBox |
PDFDisplayMediaBox |
PDFDisplayTrimBox |
Modifier and Type | Method and Description |
---|---|
static CPDFPage.PDFDisplayBox |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFPage.PDFDisplayBox[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFPage.PDFDisplayBox PDFDisplayMediaBox
public static final CPDFPage.PDFDisplayBox PDFDisplayCropBox
public static final CPDFPage.PDFDisplayBox PDFDisplayBleedBox
public static final CPDFPage.PDFDisplayBox PDFDisplayTrimBox
public static final CPDFPage.PDFDisplayBox PDFDisplayArtBox
public static CPDFPage.PDFDisplayBox[] values()
for (CPDFPage.PDFDisplayBox c : CPDFPage.PDFDisplayBox.values()) System.out.println(c);
public static CPDFPage.PDFDisplayBox 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 null