Enum
DocumentFormat

Defines the supported document formats for import/export operations.

Definition

Namespace:Telerik.Documents.AI.Tools.Core

Assembly:Telerik.Documents.AI.Tools.Core.dll

Syntax:

cs-api-definition
public enum DocumentFormat

Fields

CSV

Comma-Separated Values format (.csv).

Declaration

cs-api-definition
CSV = 1

Field Value

DocumentFormat

DOC

Word 97-2003 format (.doc).

Declaration

cs-api-definition
DOC = 5

Field Value

DocumentFormat

DOCX

Word Open XML Document format (.docx).

Declaration

cs-api-definition
DOCX = 4

Field Value

DocumentFormat

HTML

HyperText Markup Language (.html).

Declaration

cs-api-definition
HTML = 7

Field Value

DocumentFormat

PDF

Portable Document Format (.pdf).

Declaration

cs-api-definition
PDF = 9

Field Value

DocumentFormat

RTF

Rich Text Format (.rtf).

Declaration

cs-api-definition
RTF = 6

Field Value

DocumentFormat

TXT

Plain text format (.txt).

Declaration

cs-api-definition
TXT = 8

Field Value

DocumentFormat

XLS

Excel 97-2003 format (.xls).

Declaration

cs-api-definition
XLS = 2

Field Value

DocumentFormat

XLSM

Excel macro-enabled workbook file format (.xlsm).

Declaration

cs-api-definition
XLSM = 3

Field Value

DocumentFormat

XLSX

Excel Open XML Spreadsheet format (.xlsx).

Declaration

cs-api-definition
XLSX = 0

Field Value

DocumentFormat

In this article
DefinitionFieldsCSVDOCDOCXHTMLPDFRTFTXTXLSXLSMXLSX
Not finding the help you need?
Contact Support