WordProcessingSaveFileFormat
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingSaveFileFormat
Defines different save file formats for WordProcessing documents.
| Field | Description |
|---|---|
| Default | File Format will not be changed. |
| Doc | Saves the document as Microsoft Word 97-2003 document. |
| Dot | Saves the document as Microsoft Word 97-2003 template. |
| Docx | Saves the document as Microsoft Word OpenXML document. |
| Docm | Saves the document as Microsoft Word OpenXML macro-enabled document. |
| Dotx | Saves the document as Microsoft Word OpenXML template. |
| Dotm | Saves the document as Microsoft Word OpenXML macro-enabled template. |
| FlatOpc | Saves the document as an Office Open XML WordprocessingML |
| stored in a flat XML file instead of a ZIP package. | |
| FlatOpcMacroEnabled | Saves the document as an Office Open XML WordprocessingML |
| Macro-Enabled Document stored in a flat XML file instead of a ZIP package. | |
| FlatOpcTemplate | Saves the document as an Office Open XML WordprocessingML |
| Template (macro-free) stored in a flat XML file instead of a ZIP package. | |
| FlatOpcTemplateMacroEnabled | Saves the document as an Office Open XML WordprocessingML |
| Macro-Enabled Template stored in a flat XML file instead of a ZIP package. | |
| Rtf | Saves the document in the RTF Format. |
| WordML | Saves the document in the Microsoft Word 2003 WordprocessingML Format. |
| Saves the document as PDF (Adobe Portable Document) Format. | |
| Xps | Saves the document in the XPS (XML Paper Specification) Format. |
| Ps | Saves the document in the PS (PostScript) Format. |
| Mhtml | Saves the document in the MHTML (Web archive) Format. |
| Epub | Saves the document in the IDPF EPUB Format. |
| Odt | Saves the document as Open Office document. |
| Ott | Saves the document as Open Office document template. |
| Text | Saves the document in the plain text format. |
| Tiff | Renders a page or pages of the document and saves them into a single or multi-page TIFF file. |
| Png | Renders a page of the document and saves it as a PNG file. |
| Bmp | Renders a page of the document and saves it as a BMP file. |
| Emf | Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file. |
| Jpeg | Renders a page of the document and saves it as a JPEG file. |
| Azw3 | Renders a page of the document and saves it as a Azw3 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 Dot
Saves the document as Microsoft Word 97-2003 template.
public static final int Docx
Saves the document as Microsoft Word OpenXML document.
public static final int Docm
Saves the document as Microsoft Word OpenXML macro-enabled document.
public static final int Dotx
Saves the document as Microsoft Word OpenXML template.
public static final int Dotm
Saves the document as Microsoft Word OpenXML macro-enabled template.
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 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 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 Open Office document.
public static final int Ott
Saves the document as Open Office 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.
public static final int Azw3
Renders a page of the document and saves it as a Azw3 file.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.