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