Skip to main content

TdxHtmlDocumentExporterOptions.EndNoteNumberStringFormat Property

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

Declaration

property EndNoteNumberStringFormat: 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 endnote 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 endnote references in the resulting document if the EndNoteNumberStringFormat property value is an empty string.

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

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

See Also