|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.openxml4j.opc.CompressionOption
public class CompressionOption
Specifies the compression level for content that is stored in a PackagePart.
Field Summary | |
---|---|
static CompressionOption |
FAST
Compression is optimized for performance. |
static CompressionOption |
MAXIMUM
Compression is optimized for size. |
static CompressionOption |
NORMAL
Compression is optimized for a balance between size and performance. |
static CompressionOption |
NOT_COMPRESSED
Compression is turned off. |
Method Summary | |
---|---|
int |
value()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CompressionOption FAST
public static final CompressionOption MAXIMUM
public static final CompressionOption NORMAL
public static final CompressionOption NOT_COMPRESSED
Method Detail |
---|
public int value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |