Back to Devexpress

DocumentFormat Enum

aspnetcore-js-devexpress-dot-richedit-3135bfe3.md

latest1.1 KB
Original Source

DocumentFormat Enum

Lists file document formats.

Declaration

ts
export enum DocumentFormat {
    PlainText = 1,
    Rtf = 2,
    Html = 3,
    OpenXml = 4
}

Members

NameDescription
Html

The HTML file format.

| | OpenXml |

The OpenXML file format (aka default MS Office 2007 format or .docx).

| | PlainText |

The plain text format.

| | Rtf |

The Rich Text Format.

|

Remarks

Values listed by this enumeration are used to set the format property and the documentFormat parameter in the following methods: