Back to Devexpress

HtmlEditorImportFormat Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-11510a87.md

latest1.2 KB
Original Source

HtmlEditorImportFormat Enum

Lists values that specify the document formats available for import to editor contents.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorImportFormat
vb
Public Enum HtmlEditorImportFormat

Members

NameDescription
Rtf

Identifies rich text format (.rtf).

| | Mht |

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

| | Odt |

Identifies OpenDocument text (.odt) format.

| | Doc |

Identifies Microsoft Office (97-2003) document format (.doc).

| | Docx |

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

| | Txt |

Identifies plain text format (.txt).

|

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace