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