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