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

HtmlEditorExportFormat Enum

Lists values that specify the document formats available for export from editor contents.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public enum HtmlEditorExportFormat

Members

Name Description
Rtf

Identifies rich text format (.rtf).

Mht

Identifies Web Archive, single file format (.mht).

Odt

Identifies OpenDocument text (.odt) format.

Docx

Identifies Microsoft Office (2007+) document format (.docx).

Txt

Identifies plain text format (.txt).

Pdf

Identifies Portable Document Format (.pdf).

Related API Members

The following properties accept/return HtmlEditorExportFormat values:

See Also