Defines a type of the file.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 20.12.0
SyntaxPublic Enumeration FileFormat
public enum class FileFormat
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Default value.
|
| WordProcessing | 1 |
Word Processing document (DOC, DOCX, ODT, etc).
|
| Spreadsheet | 2 |
Spreadsheet document (XLS, XLSX, ODS, etc).
|
| Presentation | 3 |
Presentation document (PPT, PPTX, ODP, etc).
|
| Email | 4 |
Email document (email messages or email message containers).
|
| Pdf | 5 |
PDF document.
|
| Markup | 6 |
Markup document (HTML, XML, Markdown, etc).
|
| Ebook | 7 |
Ebook document (ePUB, FictionBook, etc).
|
| Note | 8 |
Note document.
|
| Archive | 9 |
Archive file.
|
| Database | 10 |
Database files (via ADO.NET).
|
| Image | 11 |
Image file.
|
Remarks
See Also