public final class PresentationSaveFileFormat extends Object
Defines different save file formats.
Modifier and Type | Field and Description |
---|---|
static int |
Default
File Format will not be changed.
|
static int |
Html
Saves the document in the HTML Format.
|
static int |
Odp
Saves the document as Open Office presentation.
|
static int |
Otp
Saves the document as Open Office presentation template.
|
static int |
Pdf
Saves the document in PDF format.
|
static int |
Potm
Saves the document as Microsoft Power Point macro-enabled template.
|
static int |
Potx
Saves the document as Microsoft Power Point template.
|
static int |
Pps
Saves the document as Microsoft Power Point 97-2003 slide show.
|
static int |
Ppsm
Saves the document as Microsoft Power Point Open XML macro-enabled slide show.
|
static int |
Ppsx
Saves the document in the Microsoft Power Point Open XML Slide Show format.
|
static int |
Ppt
Saves the document as Microsoft Power Point 97-2003 presentation.
|
static int |
Pptm
Saves the document as Microsoft Power Point Open XML macro-enabled presentation.
|
static int |
Pptx
Saves the document in the Microsoft Power Point Open XML Presentation format.
|
static int |
Tiff
Renders a page or pages of the document and saves them into a single or multi-page TIFF file.
|
static int |
Xps
Saves the document in the XPS (XML Paper Specification) format.
|
public static final int Default
File Format will not be changed.
public static final int Html
Saves the document in the HTML Format.
public static final int Odp
Saves the document as Open Office presentation.
public static final int Otp
Saves the document as Open Office presentation template.
public static final int Pdf
Saves the document in PDF format.
public static final int Potm
Saves the document as Microsoft Power Point macro-enabled template.
public static final int Potx
Saves the document as Microsoft Power Point template.
public static final int Pps
Saves the document as Microsoft Power Point 97-2003 slide show.
public static final int Ppsm
Saves the document as Microsoft Power Point Open XML macro-enabled slide show.
public static final int Ppsx
Saves the document in the Microsoft Power Point Open XML Slide Show format.
public static final int Ppt
Saves the document as Microsoft Power Point 97-2003 presentation.
public static final int Pptm
Saves the document as Microsoft Power Point Open XML macro-enabled presentation.
public static final int Pptx
Saves the document in the Microsoft Power Point Open XML Presentation 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 Xps
Saves the document in the XPS (XML Paper Specification) format.