TdxHtmlDocumentExporterOptions.FootNoteNamePrefix Property
Specifies the custom character sequence used to construct names of footnote references in exported HTML documents.
Declaration
property FootNoteNamePrefix: string read; write;
Property Value
Type |
---|
string |
Remarks
Use this property to define a custom footnote identifier appended to the value of the name attribute within the <Anchor> tag in an exported document. HTML export routines append the default footnote identifier (‘_ftn’) to footnote reference names in the resulting document if the FootNoteNamePrefix property value is an empty string.
Use the ActualFootNoteNamePrefix property to identify the character sequence that HTML export routines append to every footnote reference name.
The FootNoteNamePrefix property’s default value is an empty string.
See Also