|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.SaveFormat
public final class SaveFormat
Constants which define the format of a saved presentation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Html
Save presentation in HTML format. |
static int |
Odp
Save presentation in ODP format. |
static int |
Pdf
Save presentation in PDF format. |
static int |
PdfNotes
Save presentation notes view in PDF fromat. |
static int |
Potm
Save presentation in POTM (macro-enabled template) format. |
static int |
Potx
Save presentation in POTX (template) format. |
static int |
Pps
Save presentation in PPS format. |
static int |
Ppsm
Save presentation in PPSM (macro-enabled slideshow) format. |
static int |
Ppsx
Save presentation in PPSX (slideshow) format. |
static int |
Ppt
Save presentation in PPT format. |
static int |
Pptm
Save presentation in PPTM (macro-enabled presentation) format. |
static int |
Pptx
Save presentation in PPTX format. |
static int |
Tiff
Save presentation as multi-page TIFF image. |
static int |
TiffNotes
Save presentation notes view as multi-page TIFF image. |
static int |
Xps
Save presentation in XPS format. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, 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 |
---|
public static final int Ppt
Save presentation in PPT format.
public static final int Pps
Save presentation in PPS format.
public static final int Pdf
Save presentation in PDF format.
public static final int Xps
Save presentation in XPS format.
public static final int Pptx
Save presentation in PPTX format.
public static final int Ppsx
Save presentation in PPSX (slideshow) format.
public static final int Tiff
Save presentation as multi-page TIFF image.
public static final int Odp
Save presentation in ODP format.
public static final int Pptm
Save presentation in PPTM (macro-enabled presentation) format.
public static final int Ppsm
Save presentation in PPSM (macro-enabled slideshow) format.
public static final int Potx
Save presentation in POTX (template) format.
public static final int Potm
Save presentation in POTM (macro-enabled template) format.
public static final int PdfNotes
Save presentation notes view in PDF fromat.
public static final int Html
Save presentation in HTML format.
public static final int TiffNotes
Save presentation notes view as multi-page TIFF image.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |