Skip to main content

DocumentFormat Enum

Lists file document formats.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

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

DocumentFormat values set the format parameter in the following Open methods:

See Also