DXRichEditHtmlDocumentExporterOptions.HtmlNumberingListExportFormat Property
Gets or sets how lists are represented in the resulting document. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
HtmlNumberingListExportFormat | A HtmlNumberingListExportFormat enumeration value specifying how lists are exported. |
Available values:
Name | Description |
---|---|
PlainTextFormat | Uses characters to mark lists. |
HtmlFormat | Uses HTML tags to mark lists. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to HtmlNumberingListExportFormat |
---|---|
DXRichEditDocumentExportOptions |
|
Remarks
Use the HtmlNumberingListExportFormat property to specify whether HTML tags like <li> are used.
See Also