Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.DefaultCharacterPropertiesExportToCss Property

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

latest2.2 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.DefaultCharacterPropertiesExportToCss Property

Specifies whether the Document.DefaultCharacterProperties formatting is exported in an HTML style sheet. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

true, to export default character properties of the document; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultCharacterPropertiesExportToCss
DXRichEditDocumentExportOptions

.HtmlOptions .DefaultCharacterPropertiesExportToCss

|

Remarks

Set the DefaultCharacterPropertiesExportToCss option to false to exclude default character formatting (specified by the Document.DefaultCharacterProperties property) from style definitions in the exported HTML document.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace