TRVStyle.FootnotePageReset

<< Click to display table of contents >>

TRVStyle.FootnotePageReset

Specifies whether to reset numbering of footnotes on each page.

property FootnotePageReset: Boolean;

(introduced in version 10)

This property affects only printing. Footnotes in TRichView are still numbered sequentially.

This property can be changed when RTF file is loaded, if RichView.RTFReadProperties.IgnoreNotes=False.

If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.

Default value:

True

See also:

FootnoteNumbering