HtmlNumberingListExportFormat Enum
In This Article
Enumerates possible ways to represent lists in the resulting HTML document.
Namespace: DevExpress.XtraRichEdit.Export.Html
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Plain
|
Uses characters to mark lists. |
Html
|
Uses HTML tags to mark lists. |
#Related API Members
The following properties accept/return HtmlNumberingListExportFormat values:
Library | Related API Members |
---|---|
WPF Controls | DXRich |
DXRich |
|
Office File API | Html |
#Remarks
For a list of supported HTML tags see the HTML Tag Support document.
See Also