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
Field | Description |
---|---|
Ppt | Save presentation in PPT format. |
Save presentation in PDF format. | |
Xps | Save presentation in XPS format. |
Pptx | Save presentation in PPTX format. |
Ppsx | Save presentation in PPSX (slideshow) format. |
Tiff | Save presentation as multi-page TIFF image. |
Odp | Save presentation in ODP format. |
Pptm | Save presentation in PPTM (macro-enabled presentation) format. |
Ppsm | Save presentation in PPSM (macro-enabled slideshow) format. |
Potx | Save presentation in POTX (template) format. |
Potm | Save presentation in POTM (macro-enabled template) format. |
Html | Save presentation in HTML format. |
Swf | Save presentation in SWF format. |
Otp | Save presentation in OTP (presentation template) format. |
Pps | Save presentation in PPS format. |
Pot | Save presentation in POT format. |
Fodp | Save presentation in FODP format. |
Gif | Save presentation in GIF format. |
Html5 | Save presentation in HTML format using new HTML5 templating system. |
Md | Save presentation in Markdown format |
Ppt
public static final int Ppt
Save presentation in PPT format.
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