Skip to main content

TdxHtmlDocumentExporterOptions Members

Stores HTML document export options.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones sending notifications about modifications within the option set. Inherited from TdxRichEditNotificationOptions.
CancelUpdate Discards the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions.
CopyFrom(IdxExporterOptions) Copies the document encoding from the specified object. Inherited from TdxDocumentExporterOptions.
EndUpdate Sends the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions.
Equals(TObject) Inherited from TObject.
Format Returns the format used to export the current document to a file. Inherited from TdxDocumentExporterOptions.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsDefaultEncoding Identifies whether the HTML export routines use the default character encoding.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Reset Restores the default values for all settings within the option set. Inherited from TdxRichEditNotificationOptions.
ToString Inherited from TObject.

Constants

Name Description
DefaultOverrideImageResolution Specifies the default spatial resolution (in pixels per inch) for all exported images.
See Also