SaveFormat

Overview

SaveFormat is a enum in Aspose.Slides FOSS for Java.

Constants which define the format of a saved presentation.

Values

ValueDescription
PPTRepresents the legacy PowerPoint PPT file format
PDFRepresents the Portable Document Format
XPSRepresents the Microsoft XML Paper Specification format
PPTXRepresents the Office Open XML PowerPoint format
PPSXRepresents the PowerPoint Show (PPSX) format
TIFFRepresents the Tagged Image File Format
ODPRepresents the OpenDocument Presentation format
PPTMRepresents the macro-enabled PowerPoint PPTM format
PPSM
POTXRepresents the PowerPoint Template (POTX) format
POTM
HTMLRepresents the HyperText Markup Language export format
SWFRepresents the Shockwave Flash format
OTPRepresents the OpenDocument Presentation Template format
PPSRepresents the legacy PowerPoint Show (PPS) format
POTRepresents the legacy PowerPoint Template (POT) format
FODPRepresents the Flat OpenDocument Presentation format
GIFRepresents the Graphics Interchange Format image
HTML5Represents the HTML5 export format for presentations
MDRepresents the Markdown text format
XMLRepresents the generic XML representation format
SVGRepresents the Scalable Vector Graphics format
JPEGRepresents the JPEG image format
PNGRepresents the Portable Network Graphics format
BMPRepresents the Bitmap image format

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also