DXRichEditMhtDocumentExporterOptions.ExportListItemStyle Property
Gets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the MHT format.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow writing font style settings into <li> tags; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ExportListItemStyle |
---|---|
DXRichEditDocumentExportOptions |
|
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