PresentationSaveFileFormat

Inheritance: java.lang.Object

public final class PresentationSaveFileFormat

Defines different save file formats.

Fields

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.
Pdf 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.

Default

public static final int Default

File Format will not be changed.

Pps

public static final int Pps

Saves the document as Microsoft Power Point 97-2003 slide show.

Ppt

public static final int Ppt

Saves the document as Microsoft Power Point 97-2003 presentation.

Pdf

public static final int Pdf

Saves the document in PDF format.

Xps

public static final int Xps

Saves the document in the XPS (XML Paper Specification) format.

Pptx

public static final int Pptx

Saves the document in the Microsoft Power Point Open XML Presentation format.

Ppsx

public static final int Ppsx

Saves the document in the Microsoft Power Point Open XML Slide Show format.

Tiff

public static final int Tiff

Renders a page or pages of the document and saves them into a single or multi-page TIFF file.

Odp

public static final int Odp

Saves the document as Open Office presentation.

Pptm

public static final int Pptm

Saves the document as Microsoft Power Point Open XML macro-enabled presentation.

Ppsm

public static final int Ppsm

Saves the document as Microsoft Power Point Open XML macro-enabled slide show.

Potx

public static final int Potx

Saves the document as Microsoft Power Point template.

Potm

public static final int Potm

Saves the document as Microsoft Power Point macro-enabled template.

Html

public static final int Html

Saves the document in the HTML Format.

Otp

public static final int Otp

Saves the document as Open Office presentation template.