public static enum CPDFDocument.CPDFCompressAlgorithm extends java.lang.Enum<CPDFDocument.CPDFCompressAlgorithm>
| Enum Constant and Description |
|---|
kDCT |
kFlate |
kJBIG2 |
kJPX |
kNone |
kRunLength |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static CPDFDocument.CPDFCompressAlgorithm |
toEnum(int v) |
static CPDFDocument.CPDFCompressAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFDocument.CPDFCompressAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFDocument.CPDFCompressAlgorithm kNone
public static final CPDFDocument.CPDFCompressAlgorithm kFlate
public static final CPDFDocument.CPDFCompressAlgorithm kRunLength
public static final CPDFDocument.CPDFCompressAlgorithm kDCT
public static final CPDFDocument.CPDFCompressAlgorithm kJBIG2
public static final CPDFDocument.CPDFCompressAlgorithm kJPX
public static CPDFDocument.CPDFCompressAlgorithm[] values()
for (CPDFDocument.CPDFCompressAlgorithm c : CPDFDocument.CPDFCompressAlgorithm.values()) System.out.println(c);
public static CPDFDocument.CPDFCompressAlgorithm 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 static CPDFDocument.CPDFCompressAlgorithm toEnum(int v)