| Modifier and Type | Method and Description |
|---|---|
ObjectCompressionType |
PDFOptimizer.getObjectCompression()
Get the value of the Object Compression of the optimized document.
|
static ObjectCompressionType |
ObjectCompressionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectCompressionType[] |
ObjectCompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFOptimizer.setObjectCompression(ObjectCompressionType objectCompression)
Set the value for the Object Compression for the optimized document.
|