Namespace: Spire.Xls.Core.Converter.General.Word
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 | |
| Dot | 1 | |
| Docx | 2 | |
| Docx2010 | 3 | |
| Docx2013 | 4 | |
| Dotx | 5 | |
| Dotx2010 | 6 | |
| Dotx2013 | 7 | |
| Docm | 8 | |
| Docm2010 | 9 | |
| Docm2013 | 10 | |
| Dotm | 11 | |
| Dotm2010 | 12 | |
| Dotm2013 | 13 | |
| OOXML | 14 | |
| WordML | 15 | |
| WordXml | 16 | |
| Odt | 17 | |
| Ott | 18 | |
| 19 | ||
| Rtf | 20 | |
| SVG | 21 | |
| Xml | 22 | |
| Txt | 23 | |
| Html | 24 | |
| XPS | 25 | |
| EPub | 26 | |
| DocPre97 | 27 | |
| PostScript | 28 | |
| PCL | 29 | |
| Auto | 30 |