Skip to main content

TdxHtmlDocumentExporterOptions.EndNoteNamePrefix Property

Specifies the custom character sequence used to construct names of endnote references in exported HTML documents.

Declaration

property EndNoteNamePrefix: string read; write;

Property Value

Type
string

Remarks

Use this property to define a custom endnote identifier appended to the value of the name attribute within the <Anchor> tag in an exported document. HTML export routines append the default endnote identifier (‘_endn’) to endnote reference names in the resulting document if the EndNoteNamePrefix property value is an empty string.

Use the ActualEndNoteNamePrefix property to identify the character sequence that HTML export routines append to every endnote reference name.

The EndNoteNamePrefix property’s default value is an empty string.

See Also