Back to Devexpress

HtmlDocumentExporterOptions.IgnoreHangingIndentOnNumberingList Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-htmldocumentexporteroptions-8d894f05.md

latest1.8 KB
Original Source

HtmlDocumentExporterOptions.IgnoreHangingIndentOnNumberingList Property

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

Namespace : DevExpress.XtraRichEdit.Export

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
public bool IgnoreHangingIndentOnNumberingList { get; set; }
vb
<DefaultValue(True)>
Public Property IgnoreHangingIndentOnNumberingList As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to ignore the hanging parameter; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IgnoreHangingIndentOnNumberingList
RichEditDocumentExportOptions

.Html .IgnoreHangingIndentOnNumberingList

|

See Also

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace