public final class WordProcessingSaveFileFormat extends Object
Defines different save file formats for WordProcessing documents.
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
File Format will not be changed.
|
static int |
Doc
Saves the document as Microsoft Word 97-2003 document.
|
static int |
Docm
Saves the document as Microsoft Word OpenXML macro-enabled document.
|
static int |
Docx
Saves the document as Microsoft Word OpenXML document.
|
static int |
Dot
Saves the document as Microsoft Word 97-2003 template.
|
static int |
Dotm
Saves the document as Microsoft Word OpenXML macro-enabled template.
|
static int |
Dotx
Saves the document as Microsoft Word OpenXML template.
|
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 |
FlatOpc
Saves the document as an Office Open XML WordprocessingML
stored in a flat XML file instead of a ZIP package.
|
static int |
FlatOpcMacroEnabled
Saves the document as an Office Open XML WordprocessingML
Macro-Enabled Document stored in a flat XML file instead of a ZIP package.
|
static int |
FlatOpcTemplate
Saves the document as an Office Open XML WordprocessingML
Template (macro-free) stored in a flat XML file instead of a ZIP package.
|
static int |
FlatOpcTemplateMacroEnabled
Saves the document as an Office Open XML WordprocessingML
Macro-Enabled Template stored in a flat XML file instead of a ZIP package.
|
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 Open Office document.
|
static int |
Ott
Saves the document as Open Office 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 |
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 Bmp
Renders a page of the document and saves it as a BMP file.
public static final int Default
File Format will not be changed.
public static final int Doc
Saves the document as Microsoft Word 97-2003 document.
public static final int Docm
Saves the document as Microsoft Word OpenXML macro-enabled document.
public static final int Docx
Saves the document as Microsoft Word OpenXML document.
public static final int Dot
Saves the document as Microsoft Word 97-2003 template.
public static final int Dotm
Saves the document as Microsoft Word OpenXML macro-enabled template.
public static final int Dotx
Saves the document as Microsoft Word OpenXML template.
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 Epub
Saves the document in the IDPF EPUB Format.
public static final int FlatOpc
Saves the document as an Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package.
public static final int FlatOpcMacroEnabled
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package.
public static final int FlatOpcTemplate
Saves the document as an Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package.
public static final int FlatOpcTemplateMacroEnabled
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package.
public static final int Jpeg
Renders a page of the document and saves it as a JPEG file.
public static final int Mhtml
Saves the document in the MHTML (Web archive) Format.
public static final int Odt
Saves the document as Open Office document.
public static final int Ott
Saves the document as Open Office document template.
public static final int Pdf
Saves the document as PDF (Adobe Portable Document) Format.
public static final int Png
Renders a page of the document and saves it as a PNG file.
public static final int Ps
Saves the document in the PS (PostScript) Format.
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 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 WordML
Saves the document in the Microsoft Word 2003 WordprocessingML Format.
public static final int Xps
Saves the document in the XPS (XML Paper Specification) Format.