Overview
SaveFormat is a enum in Aspose.Slides FOSS for Java.
Constants which define the format of a saved presentation.
Values
| Value | Description |
|---|
PPT | Represents the legacy PowerPoint PPT file format |
PDF | Represents the Portable Document Format |
XPS | Represents the Microsoft XML Paper Specification format |
PPTX | Represents the Office Open XML PowerPoint format |
PPSX | Represents the PowerPoint Show (PPSX) format |
TIFF | Represents the Tagged Image File Format |
ODP | Represents the OpenDocument Presentation format |
PPTM | Represents the macro-enabled PowerPoint PPTM format |
PPSM | |
POTX | Represents the PowerPoint Template (POTX) format |
POTM | |
HTML | Represents the HyperText Markup Language export format |
SWF | Represents the Shockwave Flash format |
OTP | Represents the OpenDocument Presentation Template format |
PPS | Represents the legacy PowerPoint Show (PPS) format |
POT | Represents the legacy PowerPoint Template (POT) format |
FODP | Represents the Flat OpenDocument Presentation format |
GIF | Represents the Graphics Interchange Format image |
HTML5 | Represents the HTML5 export format for presentations |
MD | Represents the Markdown text format |
XML | Represents the generic XML representation format |
SVG | Represents the Scalable Vector Graphics format |
JPEG | Represents the JPEG image format |
PNG | Represents the Portable Network Graphics format |
BMP | Represents the Bitmap image format |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also