Skip to main content

TdxHtmlDocumentExporterOptions Properties

Stores HTML document export options.
Name Description
ActualEncoding Specifies the encoding that the document export routines use. Inherited from TdxDocumentExporterOptions.
ActualEndNoteNamePrefix

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support end notes in v25.2.

ActualEndNoteNumberStringFormat

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support end notes in v25.2.

ActualFootNoteNamePrefix

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support footnotes in v25.2.

ActualFootNoteNumberStringFormat

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support footnotes in v25.2.

Changed Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions.
CssPropertiesExportType Specifies how HTML export routines include cascade style sheet (CSS) information into the exported document.
DefaultCharacterPropertiesExportToCss Specifies whether the resulting HTML document’s cascade styles sheet includes the source document’s default character formatting settings as a style.
DisposeConvertedImagesImmediately
EmbedImages Specifies if document images are embedded into an exported HTML file.
Encoding Specifies the code page identifier of the target character encoding applied to exported HTML documents.
EndNoteNamePrefix

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support end notes in v25.2.

EndNoteNumberStringFormat

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support end notes in v25.2.

ExportImageSize Specifies how image display dimensions in the source document are exported into the resulting HTML file.
ExportRootTag Specifies which HTML root tags exported documents include.
FontUnit Specifies the measurement unit in which exported HTML documents denote all font sizes.
FootNoteNamePrefix

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support footnotes in v25.2.

FootNoteNumberStringFormat

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support footnotes in v25.2.

HtmlNumberingListExportFormat Specifies how the HTML export rourintes include bulleted and numbered lists in the resulting document.
IgnoreParagraphOutlineLevel Specifies whether HTML export routines ignore paragraph outline levels in the source document.
KeepExternalImageSize
OverrideImageResolution
ScaleEmbeddedImages Specifies whether HTML export routines scale embedded images up or down to their display sizes.
TabMarker Specifies a string that replaces every HTML tab marker in the resulting document.
TargetUri Inherited from TdxDocumentExporterOptions.
UnderlineTocHyperlinks Specifies whether the table of contents links are underlined in the resulting document.
UriExportType Specifies how HTML export routines include links to external resources into the resulting document.
UseHtml5 Specifies if the resulting document conforms to the HTML5 specification.
See Also