Skip to main content
A newer version of this page is available. .

DocumentFormat Enum

Lists file document formats.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

Declaration

public enum DocumentFormat

Members

Name Description
PlainText

The plain text format.

Rtf

The rich text format.

OpenXml

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

Remarks

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

See Also