com.aspose.slides
Class PdfTextCompression

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.PdfTextCompression

public final class PdfTextCompression
extends com.aspose.ms.java.Enum

Constants which define the type of a compression applied to all content in the PDF file except images.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Flate
           Flate (ZIP) compression.
static int None
           No compression.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No compression.

See Also:
Constant Field Values

Flate

public static final int Flate

Flate (ZIP) compression.

See Also:
Constant Field Values