Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.HtmlNumberingListExportFormat Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-fc496cd1.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public HtmlNumberingListExportFormat HtmlNumberingListExportFormat { get; set; }
vb
Public Property HtmlNumberingListExportFormat As HtmlNumberingListExportFormat

Property Value

TypeDescription
HtmlNumberingListExportFormat

A HtmlNumberingListExportFormat enumeration value specifying how lists are exported.

|

Available values:

NameDescription
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 TypePath to HtmlNumberingListExportFormat
DXRichEditDocumentExportOptions

.HtmlOptions .HtmlNumberingListExportFormat

|

Remarks

Use the HtmlNumberingListExportFormat property to specify whether HTML tags like <li> are used.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace