com.aspose.slides.export
Class PdfTextCompression

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.export.PdfTextCompression
All Implemented Interfaces:
java.lang.Comparable

public class PdfTextCompression
extends Enumerate

Enumeration which defines type of a compression applied to all content in a PDF file except images.


Field Summary
static PdfTextCompression FLATE
          Flate (ZIP) compression.
static int FLATE_ID
           
static PdfTextCompression NONE
          No compression.
static int NONE_ID
           
 
Method Summary
static PdfTextCompression toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final PdfTextCompression NONE
No compression.


NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

FLATE

public static final PdfTextCompression FLATE
Flate (ZIP) compression.


FLATE_ID

public static final int FLATE_ID
See Also:
Constant Field Values
Method Detail

toValue

public static PdfTextCompression toValue(int id)