Back to Devexpress

HtmlEditorExportFormat Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-9cb79ebb.md

latest1.4 KB
Original Source

HtmlEditorExportFormat Enum

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

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorExportFormat
vb
Public Enum HtmlEditorExportFormat

Members

NameDescription
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).

|

The following properties accept/return HtmlEditorExportFormat values:

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace