com.aspose.slides.export
Class SaveFormat

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

public final class SaveFormat
extends Enumerate

Enumeration which defines the format of a saved presentation.


Field Summary
static SaveFormat PDF
          Save presentation in PDF format.
static int PDF_ID
           
static SaveFormat PPSX
          Save presentation in PPSX format.
static int PPSX_ID
           
static SaveFormat PPT
          Save presentation in PPT or PPS format.
static int PPT_ID
           
static SaveFormat PPTX
          Save presentation in PPTX format.
static int PPTX_ID
           
static SaveFormat TIFF
          Save presentation as multi-page TIFF image.
static int TIFF_ID
           
static SaveFormat XPS
          Save presentation in XPS format.
static int XPS_ID
           
 
Method Summary
static SaveFormat 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

PPT

public static final SaveFormat PPT
Save presentation in PPT or PPS format.


PPT_ID

public static final int PPT_ID
See Also:
Constant Field Values

PDF

public static final SaveFormat PDF
Save presentation in PDF format.


PDF_ID

public static final int PDF_ID
See Also:
Constant Field Values

XPS

public static final SaveFormat XPS
Save presentation in XPS format.


XPS_ID

public static final int XPS_ID
See Also:
Constant Field Values

PPTX

public static final SaveFormat PPTX
Save presentation in PPTX format.


PPTX_ID

public static final int PPTX_ID
See Also:
Constant Field Values

PPSX

public static final SaveFormat PPSX
Save presentation in PPSX format.


PPSX_ID

public static final int PPSX_ID
See Also:
Constant Field Values

TIFF

public static final SaveFormat TIFF
Save presentation as multi-page TIFF image.


TIFF_ID

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

toValue

public static SaveFormat toValue(int id)