Skip to main content

TdxHtmlDocumentExporterOptions.DefaultCharacterPropertiesExportToCss Property

Specifies whether the resulting HTML document’s cascade styles sheet includes the source document’s default character formatting settings as a style.

Declaration

property DefaultCharacterPropertiesExportToCss: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to exclude the document’s default character style from an exported document’s CSS information.

The DefaultCharacterPropertiesExportToCss property’s default value is True.

See Also