SaveFormat

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class SaveFormat extends System.Enum

Constants which define the format of a saved presentation.

Fields

FieldDescription
PptSave presentation in PPT format.
PdfSave presentation in PDF format.
XpsSave presentation in XPS format.
PptxSave presentation in PPTX format.
PpsxSave presentation in PPSX (slideshow) format.
TiffSave presentation as multi-page TIFF image.
OdpSave presentation in ODP format.
PptmSave presentation in PPTM (macro-enabled presentation) format.
PpsmSave presentation in PPSM (macro-enabled slideshow) format.
PotxSave presentation in POTX (template) format.
PotmSave presentation in POTM (macro-enabled template) format.
HtmlSave presentation in HTML format.
SwfSave presentation in SWF format.
OtpSave presentation in OTP (presentation template) format.
PpsSave presentation in PPS format.
PotSave presentation in POT format.
FodpSave presentation in FODP format.
GifSave presentation in GIF format.
Html5Save presentation in HTML format using new HTML5 templating system.
MdSave presentation in Markdown format

Ppt

public static final int Ppt

Save presentation in PPT format.

Pdf

public static final int Pdf

Save presentation in PDF format.

Xps

public static final int Xps

Save presentation in XPS format.

Pptx

public static final int Pptx

Save presentation in PPTX format.

Ppsx

public static final int Ppsx

Save presentation in PPSX (slideshow) format.

Tiff

public static final int Tiff

Save presentation as multi-page TIFF image.

Odp

public static final int Odp

Save presentation in ODP format.

Pptm

public static final int Pptm

Save presentation in PPTM (macro-enabled presentation) format.

Ppsm

public static final int Ppsm

Save presentation in PPSM (macro-enabled slideshow) format.

Potx

public static final int Potx

Save presentation in POTX (template) format.

Potm

public static final int Potm

Save presentation in POTM (macro-enabled template) format.

Html

public static final int Html

Save presentation in HTML format.

Swf

public static final int Swf

Save presentation in SWF format.

Otp

public static final int Otp

Save presentation in OTP (presentation template) format.

Pps

public static final int Pps

Save presentation in PPS format.

Pot

public static final int Pot

Save presentation in POT format.

Fodp

public static final int Fodp

Save presentation in FODP format.

Gif

public static final int Gif

Save presentation in GIF format.

Html5

public static final int Html5

Save presentation in HTML format using new HTML5 templating system.

Md

public static final int Md

Save presentation in Markdown format