Skip to main content

DXRichEditMhtDocumentExporterOptions.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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public HtmlNumberingListExportFormat HtmlNumberingListExportFormat { get; set; }

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
.MhtOptions .HtmlNumberingListExportFormat

Remarks

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

See Also