Type of file format.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FileFormat
Public Enumeration FileFormat
public enum class FileFormat
type FileFormat
Members
| Member | Value | Description |
|---|---|---|
| Doc | 0 |
Microsoft Word 97 - 2003 Binary Document.
|
| Dot | 1 |
Microsoft Word 97 - 2003 Binary Document or Template.
|
| Docx | 2 |
Microsoft Word 2007 Document.
|
| Docx2010 | 3 |
Microsoft Word 2010 Document
|
| Docx2013 | 4 |
Microsoft Word 2013 Document
|
| Dotx | 5 |
Microsoft Word 2007 Template format.
|
| Dotx2010 | 6 |
Microsoft Word 2010 Template format.
|
| Dotx2013 | 7 |
Microsoft Word 2013 Template format.
|
| Docm | 8 |
Microsoft Word 2007 macro enabled file format.
|
| Docm2010 | 9 |
Microsoft Word 2010 macro enabled file format.
|
| Docm2013 | 10 |
Microsoft Word 2013 macro enabled file format.
|
| Dotm | 11 |
Microsoft Word 2007 macro enabled template format.
|
| Dotm2010 | 12 |
Microsoft Word 2010 macro enabled template format.
|
| Dotm2013 | 13 |
Microsoft Word 2013 macro enabled template format.
|
| OOXML | 14 |
Office Open Xml
|
| WordML | 15 |
Word xml format for for word 2003
|
| WordXml | 16 |
Word xml format for word 2007-2013
|
| Odt | 17 |
OpenDocument format.
|
| Ott | 18 |
OpenDocument Template format
|
| 19 |
PDF format
| |
| Rtf | 20 |
Rtf format
|
| SVG | 21 |
Scalable vector graphics format
|
| Xml | 22 |
Xml file format.
|
| Txt | 23 |
Text file format.
|
| Html | 24 |
Html format.
|
| XPS | 25 |
XPS format
|
| EPub | 26 |
EPub format
|
| DocPre97 | 27 |
The document is in the Word 6 or Word 95 format. Spire.Doc does not currently support loading such documents.
|
| PostScript | 28 |
PostScript (PS) format.
|
| PCL | 29 |
Printer Command Language (PCL) format.
|
| OnlineDoc | 30 |
Only for Spire Online editing.
|
| Auto | 31 |
Instructs Spire.Doc to recognize the format automatically.
|