com.aspose.cells
Class OoxmlCompressionType

java.lang.Object
    extended by com.aspose.cells.OoxmlCompressionType

public class OoxmlCompressionType 
extends java.lang.Object

Utility class containing constants. The Ooxml compression type


Field Summary
static final intLEVEL_1
           The fastest but least effective compression.
static final intLEVEL_2
           A little slower, but better, than level 1.
static final intLEVEL_3
           A little slower, but better, than level 2.
static final intLEVEL_4
           A little slower, but better, than level 3.
static final intLEVEL_5
           A little slower than level 4, but with better compression.
static final intLEVEL_6
           A good balance of speed and compression efficiency.
static final intLEVEL_7
           Pretty good compression!
static final intLEVEL_8
           Better compression than Level7!
static final intLEVEL_9
           The "best" compression, where best means greatest reduction in size of the input data stream. This is also the slowest compression.
 

Field Detail

LEVEL_1

public static final int LEVEL_1
The fastest but least effective compression.

LEVEL_2

public static final int LEVEL_2
A little slower, but better, than level 1.

LEVEL_3

public static final int LEVEL_3
A little slower, but better, than level 2.

LEVEL_4

public static final int LEVEL_4
A little slower, but better, than level 3.

LEVEL_5

public static final int LEVEL_5
A little slower than level 4, but with better compression.

LEVEL_6

public static final int LEVEL_6
A good balance of speed and compression efficiency.

LEVEL_7

public static final int LEVEL_7
Pretty good compression!

LEVEL_8

public static final int LEVEL_8
Better compression than Level7!

LEVEL_9

public static final int LEVEL_9
The "best" compression, where best means greatest reduction in size of the input data stream. This is also the slowest compression.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.