Skip to main content
A newer version of this page is available. .

DXRichEditMhtDocumentExporterOptions.IgnoreHangingIndentOnNumberingList Property

Gets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to MHT as plain text.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public bool IgnoreHangingIndentOnNumberingList { get; set; }

Property Value

Type Description
Boolean

true to ignore the hanging parameter; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreHangingIndentOnNumberingList
DXRichEditDocumentExportOptions
.MhtOptions.IgnoreHangingIndentOnNumberingList

Remarks

When lists are exported to MHT in a plain text format by setting the HtmlDocumentExporterOptions.HtmlNumberingListExportFormat to HtmlNumberingListExportFormat.PlainTextFormat, the “Hanging” parameter is not taken into account. To change this behavior, set the IgnoreHangingIndentOnNumberingList property to false.

See Also