EnumDocumentFormatType
Enum
Represents the type of document format.
Definition
Namespace:Telerik.Documents.Utilities.Detectors.FileFormat
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public enum DocumentFormatType
Fields
Csv
CSV (Comma-Separated Values).
Doc
DOC (Microsoft Word 97-2003 Document).
Docx
DOCX (Office Open XML Word Processing Document).
Dot
DOT (Microsoft Word 97-2003 Document Template).
Html
HTML (HyperText Markup Language).
Json
JSON (JavaScript Object Notation).
PDF (Portable Document Format).
Pptx
PPTX (Office Open XML Presentation).
Unknown
The format could not be determined.
Xls
XLS (Microsoft Excel 97-2003 Spreadsheet).
Xlsm
XLSM (Office Open XML Macro-Enabled Spreadsheet).
Xlsx
XLSX (Office Open XML Spreadsheet).
Xml
XML (eXtensible Markup Language).