DXRichEditHtmlDocumentExporterOptions.IgnoreHangingIndentOnNumberingList Property
Gets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to HTML as plain text.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
Remarks
When lists are exported to HTML 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