public final class WordsSaveFileFormat
extends com.aspose.ms.System.Enum
Define different save file formats
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Renders a page of the document and saves it as a BMP file.
|
static int |
Default
Save File Format will not be changed
|
static int |
Doc
Saves the document in the Microsoft Word 97 - 2007 Document Format.
|
static int |
Docm
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document.
|
static int |
Docx
Saves the document as an Office Open XML WordprocessingML Document (macro-free).
|
static int |
Dot
Saves the document in the Microsoft Word 97 - 2007 Template Format.
|
static int |
Dotm
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template.
|
static int |
Dotx
Saves the document as an Office Open XML WordprocessingML Template (macro-free).
|
static int |
Emf
Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file.
|
static int |
Epub
Saves the document in the IDPF EPUB Format.
|
static int |
Jpeg
Renders a page of the document and saves it as a JPEG file.
|
static int |
Mhtml
Saves the document in the MHTML (Web archive) Format.
|
static int |
Odt
Saves the document as an ODF Text Document.
|
static int |
Ott
Saves the document as an ODF Text Document Template.
|
static int |
Pdf
Saves the document as PDF (Adobe Portable Document) Format.
|
static int |
Png
Renders a page of the document and saves it as a PNG file.
|
static int |
Ps
Saves the document in the PS (PostScript) Format.
|
static int |
Rtf
Saves the document in the RTF Format.
|
static int |
Swf
Saves the document in the SWF (Adobe Flash Player) Format.
|
static int |
Text
Saves the document in the plain text 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 |
WordML
Saves the document in the Microsoft Word 2003 WordprocessingML Format.
|
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 Doc
Saves the document in the Microsoft Word 97 - 2007 Document Format.
public static final int Dot
Saves the document in the Microsoft Word 97 - 2007 Template Format.
public static final int Docx
Saves the document as an Office Open XML WordprocessingML Document (macro-free).
public static final int Docm
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document.
public static final int Dotx
Saves the document as an Office Open XML WordprocessingML Template (macro-free).
public static final int Dotm
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template.
public static final int Rtf
Saves the document in the RTF Format. All characters above 7-bits are escaped as hexadecimal or Unicode characters.
public static final int WordML
Saves the document in the Microsoft Word 2003 WordprocessingML Format.
public static final int Pdf
Saves the document as PDF (Adobe Portable Document) Format.
public static final int Xps
Saves the document in the XPS (XML Paper Specification) Format.
public static final int Swf
Saves the document in the SWF (Adobe Flash Player) Format.
public static final int Ps
Saves the document in the PS (PostScript) Format.
public static final int Mhtml
Saves the document in the MHTML (Web archive) Format.
public static final int Epub
Saves the document in the IDPF EPUB Format.
public static final int Odt
Saves the document as an ODF Text Document.
public static final int Ott
Saves the document as an ODF Text Document Template.
public static final int Text
Saves the document in the plain text 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 Png
Renders a page of the document and saves it as a PNG file.
public static final int Bmp
Renders a page of the document and saves it as a BMP file.
public static final int Emf
Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file.
public static final int Jpeg
Renders a page of the document and saves it as a JPEG file.
Copyright © 2017. All rights reserved.