Enum
DocumentFormatType

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).

Declaration

cs-api-definition
Csv = 10

Field Value

DocumentFormatType

Doc

DOC (Microsoft Word 97-2003 Document).

Declaration

cs-api-definition
Doc = 3

Field Value

DocumentFormatType

Docx

DOCX (Office Open XML Word Processing Document).

Declaration

cs-api-definition
Docx = 2

Field Value

DocumentFormatType

Dot

DOT (Microsoft Word 97-2003 Document Template).

Declaration

cs-api-definition
Dot = 4

Field Value

DocumentFormatType

Html

HTML (HyperText Markup Language).

Declaration

cs-api-definition
Html = 13

Field Value

DocumentFormatType

Json

JSON (JavaScript Object Notation).

Declaration

cs-api-definition
Json = 11

Field Value

DocumentFormatType

Pdf

PDF (Portable Document Format).

Declaration

cs-api-definition
Pdf = 1

Field Value

DocumentFormatType

Pptx

PPTX (Office Open XML Presentation).

Declaration

cs-api-definition
Pptx = 9

Field Value

DocumentFormatType

Rtf

RTF (Rich Text Format).

Declaration

cs-api-definition
Rtf = 5

Field Value

DocumentFormatType

Txt

TXT (Plain Text).

Declaration

cs-api-definition
Txt = 12

Field Value

DocumentFormatType

Unknown

The format could not be determined.

Declaration

cs-api-definition
Unknown = 0

Field Value

DocumentFormatType

Xls

XLS (Microsoft Excel 97-2003 Spreadsheet).

Declaration

cs-api-definition
Xls = 8

Field Value

DocumentFormatType

Xlsm

XLSM (Office Open XML Macro-Enabled Spreadsheet).

Declaration

cs-api-definition
Xlsm = 7

Field Value

DocumentFormatType

Xlsx

XLSX (Office Open XML Spreadsheet).

Declaration

cs-api-definition
Xlsx = 6

Field Value

DocumentFormatType

Xml

XML (eXtensible Markup Language).

Declaration

cs-api-definition
Xml = 14

Field Value

DocumentFormatType