asposecells.api

Class OoxmlCompressionType

Utility class containing constants. The Ooxml compression type

Field Summary
const  intLEVEL_1
The fastest but least effective compression.
const  intLEVEL_2
A little slower, but better, than level 1.
const  intLEVEL_3
A little slower, but better, than level 2.
const  intLEVEL_4
A little slower, but better, than level 3.
const  intLEVEL_5
A little slower than level 4, but with better compression.
const  intLEVEL_6
A good balance of speed and compression efficiency.
const  intLEVEL_7
Pretty good compression!
const  intLEVEL_8
Better compression than Level7!
const  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

        const int LEVEL_1
        The fastest but least effective compression.
      • LEVEL_2

        const int LEVEL_2
        A little slower, but better, than level 1.
      • LEVEL_3

        const int LEVEL_3
        A little slower, but better, than level 2.
      • LEVEL_4

        const int LEVEL_4
        A little slower, but better, than level 3.
      • LEVEL_5

        const int LEVEL_5
        A little slower than level 4, but with better compression.
      • LEVEL_6

        const int LEVEL_6
        A good balance of speed and compression efficiency.
      • LEVEL_7

        const int LEVEL_7
        Pretty good compression!
      • LEVEL_8

        const int LEVEL_8
        Better compression than Level7!
      • LEVEL_9

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