Indicates the format of a document.
[Visual Basic]
Public Enum DocumentFormat
[C#]public enum DocumentFormat
Members
| Member Name | Description | Value |
| None | Unknown or unsupported format. | 10 |
| Doc | Microsoft Word binary .DOC format. | 1 |
| Text | Plain text format. | 2 |
| AsposePdf | Aspose.Pdf.Xml format that can be read by Aspose.Pdf to produce a PDF file. | 3 |
| Html | HTML format. Uses UTF8 encoding. | 4 |
| Rtf | RTF format. All characters above 7-bits are escaped as hexadecimal or Unicode characters. | 5 |
| Docx | WordprocessingML (Microsoft Word 2003 XML) format. Uses UTF8 encoding. Microsoft Office 2007 Open XML format (macro-free). | 6 |
| Docm | Microsoft Office 2007 Open XML format Macro-Enabled Document. | 7 |
| Odt | OpenDocument Text. | 11 |
| Dot | Microsoft Word binary .DOT Template format. | 12 |
| Mhtml | HTML format. Uses UTF8 encoding. | 13 |
| WordML | | 0 |
Requirements
Namespace: Aspose.Editor.Desktop
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
Aspose.Editor.Desktop Namespace