Skip to main content

TdxHtmlDocumentExporterOptions.FootNoteNumberStringFormat Property

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

Declaration

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