Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.IgnoreHangingIndentOnNumberingList Property

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

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool IgnoreHangingIndentOnNumberingList { get; set; }
vb
Public Property IgnoreHangingIndentOnNumberingList As Boolean

Property Value

TypeDescription
Boolean

true to ignore the hanging parameter; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IgnoreHangingIndentOnNumberingList
DXRichEditDocumentExportOptions

.HtmlOptions .IgnoreHangingIndentOnNumberingList

|

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

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace