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

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

#Declaration

Delphi
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