PresentationSaveFileFormat
Leave feedback
On this page
Inheritance: java.lang.Object
public final class PresentationSaveFileFormat
Defines different save file formats.
| Field | Description |
|---|---|
| Default | File Format will not be changed. |
| Pps | Saves the document as Microsoft Power Point 97-2003 slide show. |
| Ppt | Saves the document as Microsoft Power Point 97-2003 presentation. |
| Saves the document in PDF format. | |
| Xps | Saves the document in the XPS (XML Paper Specification) format. |
| Pptx | Saves the document in the Microsoft Power Point Open XML Presentation format. |
| Ppsx | Saves the document in the Microsoft Power Point Open XML Slide Show format. |
| Tiff | Renders a page or pages of the document and saves them into a single or multi-page TIFF file. |
| Odp | Saves the document as Open Office presentation. |
| Pptm | Saves the document as Microsoft Power Point Open XML macro-enabled presentation. |
| Ppsm | Saves the document as Microsoft Power Point Open XML macro-enabled slide show. |
| Potx | Saves the document as Microsoft Power Point template. |
| Potm | Saves the document as Microsoft Power Point macro-enabled template. |
| Html | Saves the document in the HTML Format. |
| Otp | Saves the document as Open Office presentation template. |
public static final int Default
File Format will not be changed.
public static final int Pps
Saves the document as Microsoft Power Point 97-2003 slide show.
public static final int Ppt
Saves the document as Microsoft Power Point 97-2003 presentation.
public static final int Pdf
Saves the document in PDF format.
public static final int Xps
Saves the document in the XPS (XML Paper Specification) format.
public static final int Pptx
Saves the document in the Microsoft Power Point Open XML Presentation format.
public static final int Ppsx
Saves the document in the Microsoft Power Point Open XML Slide Show format.
public static final int Tiff
Renders a page or pages of the document and saves them into a single or multi-page TIFF file.
public static final int Odp
Saves the document as Open Office presentation.
public static final int Pptm
Saves the document as Microsoft Power Point Open XML macro-enabled presentation.
public static final int Ppsm
Saves the document as Microsoft Power Point Open XML macro-enabled slide show.
public static final int Potx
Saves the document as Microsoft Power Point template.
public static final int Potm
Saves the document as Microsoft Power Point macro-enabled template.
public static final int Html
Saves the document in the HTML Format.
public static final int Otp
Saves the document as Open Office presentation template.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.