TdxHtmlDocumentExporterOptions Properties
Stores HTML document export options.| Name | Description |
|---|---|
| ActualEncoding | Specifies the encoding that the document export routines use. Inherited from TdxDocumentExporterOptions. |
| ActualEndNoteNamePrefix | Returns the character sequence that HTML export routines append to endnote names in the resulting document. |
| ActualEndNoteNumberStringFormat | Returns the formatting pattern for endnote numbers included into endnote reference names in exported HTML documents. |
| ActualFootNoteNamePrefix | Returns the character sequence that HTML export routines append to footnote names in the resulting document. |
| ActualFootNoteNumberStringFormat | Returns the formatting pattern for footnote numbers included into footnote reference names in exported HTML documents. |
| 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 | Specifies the custom character sequence used to construct names of endnote references in exported HTML documents. |
| EndNoteNumberStringFormat | Specifies the formatting pattern for endnote numbers included into endnote reference names in exported HTML documents. |
| 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 | Specifies the custom character sequence used to construct names of footnote references in exported HTML documents. |
| FootNoteNumberStringFormat | Specifies the formatting pattern for footnote numbers included into footnote reference names in exported HTML documents. |
| 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