TdxHtmlDocumentExporterOptions.ActualFootNoteNamePrefix Property
Returns the character sequence that HTML export routines append to footnote names in the resulting document.
Declaration
property ActualFootNoteNamePrefix: string read;
Property Value
Type |
---|
string |
Remarks
This property returns the FootNoteNamePrefix property value if it is not an empty string; otherwise – returns ‘_ftn’.
See Also