public final class SaveFormat
extends com.aspose.ms.System.Enum
Constants which define the format of a saved presentation.
Modifier and Type | Field and Description |
---|---|
static int |
Html
Save presentation in HTML format.
|
static int |
Odp
Save presentation in ODP format.
|
static int |
Otp
Save presentation in OTP (presentation template) format.
|
static int |
Pdf
Save presentation in PDF format.
|
static int |
Pot
Save presentation in POT format.
|
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 |
Swf
Save presentation in SWF format.
|
static int |
Tiff
Save presentation as multi-page TIFF image.
|
static int |
Xps
Save presentation in XPS format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Ppt
Save presentation in PPT 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 Html
Save presentation in HTML format.
public static final int Swf
Save presentation in SWF format.
public static final int Otp
Save presentation in OTP (presentation template) format.
public static final int Pps
Save presentation in PPS format.
public static final int Pot
Save presentation in POT format.