public final class CompressionLevel
extends java.lang.Object
(DOCX and DOTX files are internally a ZIP-archive, this property controls the compression level of the archive.
Note, that FlatOpc file is not a ZIP-archive, therefore, this property does not affect the FlatOpc files.)
| Modifier and Type | Field and Description |
|---|---|
static int |
FAST
Fast compression level.
|
static int |
length |
static int |
MAXIMUM
Maximum compression level.
|
static int |
NORMAL
Normal compression level.
|
static int |
SUPER_FAST
Super Fast compression level.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String compressionLevelName) |
static java.lang.String |
getName(int compressionLevel) |
static int[] |
getValues() |
static java.lang.String |
toString(int compressionLevel) |
public static final int NORMAL
public static final int MAXIMUM
public static final int FAST
public static final int SUPER_FAST
public static final int length