WordProcessingSaveFileFormat
WordProcessingSaveFileFormat enumeration
Defines different save file formats for WordProcessing documents.
public enum WordProcessingSaveFileFormat
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 |
File Format will not be changed. |
| Doc | 1 |
Saves the document as Microsoft Word 97-2003 document. |
| Dot | 2 |
Saves the document as Microsoft Word 97-2003 template. |
| Docx | 3 |
Saves the document as Microsoft Word OpenXML document. |
| Docm | 4 |
Saves the document as Microsoft Word OpenXML macro-enabled document. |
| Dotx | 5 |
Saves the document as Microsoft Word OpenXML template. |
| Dotm | 6 |
Saves the document as Microsoft Word OpenXML macro-enabled template. |
| FlatOpc | 24 |
Saves the document as an Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package. |
| FlatOpcMacroEnabled | 25 |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package. |
| FlatOpcTemplate | 26 |
Saves the document as an Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package. |
| FlatOpcTemplateMacroEnabled | 27 |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package. |
| Rtf | 30 |
Saves the document in the RTF Format. All characters above 7-bits are escaped as hexadecimal or Unicode characters. |
| WordML | 31 |
Saves the document in the Microsoft Word 2003 WordprocessingML Format. |
40 |
Saves the document as PDF (Adobe Portable Document) Format. | |
| Xps | 41 |
Saves the document in the XPS (XML Paper Specification) Format. |
| Ps | 47 |
Saves the document in the PS (PostScript) Format. |
| Mhtml | 51 |
Saves the document in the MHTML (Web archive) Format. |
| Epub | 52 |
Saves the document in the IDPF EPUB Format. |
| Odt | 60 |
Saves the document as Open Office document. |
| Ott | 61 |
Saves the document as Open Office document template. |
| Text | 70 |
Saves the document in the plain text format. |
| Tiff | 100 |
Renders a page or pages of the document and saves them into a single or multi-page TIFF file. |
| Png | 101 |
Renders a page of the document and saves it as a PNG file. |
| Bmp | 102 |
Renders a page of the document and saves it as a BMP file. |
| Emf | 103 |
Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file. |
| Jpeg | 104 |
Renders a page of the document and saves it as a JPEG file. |
| Azw3 | 105 |
Renders a page of the document and saves it as a Azw3 file. |
See Also
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature