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.FootNoteNumberStringFormat Property

Specifies the formatting pattern for footnote numbers included into footnote reference names in exported HTML documents.

#Declaration

Delphi
property FootNoteNumberStringFormat: string read; write;

#Property Value

Type
string

#Remarks

Use this property to define a custom formatting pattern for a string used as a part of a numbered footnote reference’s name (that is, the value of the name attribute within the <Anchor> tag in an exported document). HTML export routines use the default formatting pattern (‘{0}’) for numbered footnote references in the resulting document if the FootNoteNumberStringFormat property value is an empty string.

Use the ActualFootNoteNumberStringFormat property to identify the formatting pattern that HTML export routines use to construct names of numbered footnote references.

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

See Also