public final class SlidesSaveFileFormat
extends com.aspose.ms.System.Enum
Define different save file formats
Modifier and Type | Field and Description |
---|---|
static int |
Default
Save File Format will not be changed
|
static int |
Html
Saves the document in the HTML Format.
|
static int |
Odp
Saves the document in the OpenDocument Presentation Format.
|
static int |
Pdf
Saves the document in PDF Format.
|
static int |
Potm
Saves the document in the Microsoft Office Open XML Format Presentation Template with Macros Enabled Format.
|
static int |
Potx
Saves the document in the Microsoft PowerPoint template Format.
|
static int |
Pps
Saves the document in the Microsoft PowerPoint presentation Format.
|
static int |
Ppsm
Saves the document in the Microsoft PowerPoint Open XML Macro-Enabled Slide Show Format.
|
static int |
Ppsx
Saves the document in the Microsoft PowerPoint Open XML Slide Show Format.
|
static int |
Ppt
Saves the document in the Microsoft PowerPoint presentation Format.
|
static int |
Pptm
Saves the document in the Open XML Document Presentation Format.
|
static int |
Pptx
Saves the document in the Microsoft PowerPoint Open XML Presentation File Format
|
static int |
Swf
Saves the document in the SWF (Adobe Flash Player) 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
Save File Format will not be changed
public static final int Pps
Saves the document in the Microsoft PowerPoint presentation Format.
public static final int Ppt
Saves the document in the Microsoft PowerPoint presentation Format.
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 PowerPoint Open XML Presentation File Format
public static final int Ppsx
Saves the document in the Microsoft PowerPoint 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 in the OpenDocument Presentation Format.
public static final int Pptm
Saves the document in the Open XML Document Presentation Format.
public static final int Ppsm
Saves the document in the Microsoft PowerPoint Open XML Macro-Enabled Slide Show Format.
public static final int Potx
Saves the document in the Microsoft PowerPoint template Format.
public static final int Potm
Saves the document in the Microsoft Office Open XML Format Presentation Template with Macros Enabled Format.
public static final int Html
Saves the document in the HTML Format.
public static final int Swf
Saves the document in the SWF (Adobe Flash Player) Format.
Copyright © 2017. All rights reserved.