Back to Devexpress

HtmlDocumentExporterOptions.ExportListItemStyle Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-htmldocumentexporteroptions-4e1c43a7.md

latest2.0 KB
Original Source

HtmlDocumentExporterOptions.ExportListItemStyle Property

Gets or sets whether to disable writing font settings into \ *<li> * tags when exporting a document to the HTML format.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to allow font style settings with \ *<li> * tags; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExportListItemStyle
RichEditDocumentExportOptions

.Html .ExportListItemStyle

|

Remarks

Font style settings are included into LI tags while exporting the document into the HTML format by default. To export list items without styles, set the ExportListItemStyle property to false.

See Also

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace