SaveFormat
Contents
[
Hide
]SaveFormat enum
Constants which define the format of a saved presentation.
enum class SaveFormat
Values
Name | Value | Description |
---|---|---|
Ppt | 0 | Save presentation in PPT format. |
1 | Save presentation in PDF format. | |
Xps | 2 | Save presentation in XPS format. |
Pptx | 3 | Save presentation in PPTX format. |
Ppsx | 4 | Save presentation in PPSX (slideshow) format. |
Tiff | 5 | Save presentation as multi-page TIFF image. |
Odp | 6 | Save presentation in ODP format. |
Pptm | 7 | Save presentation in PPTM (macro-enabled presentation) format. |
Ppsm | 9 | Save presentation in PPSM (macro-enabled slideshow) format. |
Potx | 10 | Save presentation in POTX (template) format. |
Potm | 11 | Save presentation in POTM (macro-enabled template) format. |
Html | 13 | Save presentation in HTML format. |
Swf | 15 | Save presentation in SWF format. |
Otp | 17 | Save presentation in OTP (presentation template) format. |
Pps | 19 | Save presentation in PPS format. |
Pot | 20 | Save presentation in POT format. |
Fodp | 21 | Save presentation in FODP format. |
Gif | 22 | Save presentation in GIF format. |
Html5 | 23 | Save presentation in HTML format using new HTML5 templating system. |
Md | 24 | Save presentation in Markdown format |
Xml | 25 | Save presentation in PowerPoint XML Presentation format. |
See Also
- Namespace Aspose::Slides::Export
- Library Aspose.Slides