HtmlEditorImportFormat Enum
Lists values that specify the document formats available for import to editor contents.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll
Declaration
Members
Name | Description |
---|---|
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
Feedback