Type of file format.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Public Enumeration FileFormat
public enum class FileFormat
Members
|
Member name
|
Value
|
Description
|
|
Doc
|
0
|
Microsoft Word 97 - 2003 Binary Document.
|
|
Dot
|
5
|
Microsoft Word 97 - 2003 Binary Document or Template.
|
|
Docx
|
10
|
Microsoft Word 2007 Document.
|
|
Docx2010
|
11
|
Microsoft Word 2010 Document
|
|
Docx2013
|
12
|
Microsoft Word 2013 Document
|
|
Docx2016
|
13
|
Microsoft Word 2016 Document
|
|
Docx2019
|
14
|
Microsoft Word 2019 Document
|
|
Dotx
|
20
|
Microsoft Word 2007 Template format.
|
|
Dotx2010
|
21
|
Microsoft Word 2010 Template format.
|
|
Dotx2013
|
22
|
Microsoft Word 2013 Template format.
|
|
Dotx2016
|
23
|
Microsoft Word 2016 Template format.
|
|
Dotx2019
|
24
|
Microsoft Word 2019 Template format.
|
|
Docm
|
30
|
Microsoft Word 2007 macro enabled file format.
|
|
Docm2010
|
31
|
Microsoft Word 2010 macro enabled file format.
|
|
Docm2013
|
32
|
Microsoft Word 2013 macro enabled file format.
|
|
Docm2016
|
33
|
Microsoft Word 2016 macro enabled file format.
|
|
Docm2019
|
34
|
Microsoft Word 2019 macro enabled file format.
|
|
Dotm
|
40
|
Microsoft Word 2007 macro enabled template format.
|
|
Dotm2010
|
41
|
Microsoft Word 2010 macro enabled template format.
|
|
Dotm2013
|
42
|
Microsoft Word 2013 macro enabled template format.
|
|
Dotm2016
|
43
|
Microsoft Word 2016 macro enabled template format.
|
|
Dotm2019
|
44
|
Microsoft Word 2019 macro enabled template format.
|
|
OOXML
|
50
|
Office Open Xml
|
|
WordML
|
60
|
Word xml format for for word 2003
|
|
WordXml
|
70
|
Word xml format for word 2007-2013
|
|
Odt
|
80
|
OpenDocument format.
|
|
Ott
|
90
|
OpenDocument Template format
|
|
PDF
|
100
|
PDF format
|
|
Txt
|
110
|
Text file format.
|
|
Rtf
|
120
|
Rtf format
|
|
SVG
|
130
|
Scalable vector graphics format
|
|
Xml
|
140
|
Xml file format.
|
|
Mhtml
|
150
|
Mhtml format.
|
|
Html
|
160
|
Html format.
|
|
HtmlFixed
|
161
|
Html format using absolutely positioned elements
|
|
XPS
|
170
|
XPS format
|
|
EPub
|
180
|
EPub format
|
|
DocPre97
|
190
|
The document is in the Word 6 or Word 95 format. Spire.Doc does not currently support loading such documents.
|
|
PostScript
|
200
|
PostScript (PS) format.
|
|
PCL
|
210
|
Printer Command Language (PCL) format.
|
|
OFD
|
220
|
Open Fixed-layout Document (OFD) format.
|
|
OnlineDoc
|
230
|
Only for Spire Online editing.
|
|
Wps
|
240
|
Word processing system format.
|
|
Wpt
|
250
|
Word processing technician format.
|
|
Markdown
|
260
|
Markdown format.
|
|
Auto
|
300
|
Instructs Spire.Doc to recognize the format automatically.
|
See Also