com.aspose.slides.export
Class PdfTextCompression
java.lang.Object
com.aspose.slides.Enumerate
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.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static PdfTextCompression toValue(int id)