Back to Devexpress

HtmlNumberingListExportFormat Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-html-43e32372.md

latest1.9 KB
Original Source

HtmlNumberingListExportFormat Enum

Enumerates possible ways to represent lists in the resulting HTML document.

Namespace : DevExpress.XtraRichEdit.Export.Html

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum HtmlNumberingListExportFormat
vb
<ComVisible(True)>
Public Enum HtmlNumberingListExportFormat

Members

NameDescription
PlainTextFormat

Uses characters to mark lists.

| | HtmlFormat |

Uses HTML tags to mark lists.

|

The following properties accept/return HtmlNumberingListExportFormat values:

LibraryRelated API Members
WPF ControlsDXRichEditHtmlDocumentExporterOptions.HtmlNumberingListExportFormat
DXRichEditMhtDocumentExporterOptions.HtmlNumberingListExportFormat
Office File APIHtmlDocumentExporterOptions.HtmlNumberingListExportFormat

Remarks

For a list of supported HTML tags see the HTML Tag Support document.

See Also

DevExpress.XtraRichEdit.Export.Html Namespace