Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHtmlDocumentExporterOptions.FootNoteNamePrefix Property

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

#Declaration

Delphi
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