SaveFormat
SaveFormat enumeration
Constants which define the format of a saved presentation.
public enum 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. |
See Also
- namespace Aspose.Slides.Export
- assembly Aspose.Slides