|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.export.SaveFormat
public final class SaveFormat
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 |
---|
public static final SaveFormat PPT
public static final int PPT_ID
public static final SaveFormat PDF
public static final int PDF_ID
public static final SaveFormat XPS
public static final int XPS_ID
public static final SaveFormat PPTX
public static final int PPTX_ID
public static final SaveFormat PPSX
public static final int PPSX_ID
public static final SaveFormat TIFF
public static final int TIFF_ID
Method Detail |
---|
public static SaveFormat toValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |