TXTextControl.FootnoteNumberFormat Property

This property returns or sets the footnotes' number format.

Introduced: 32.0.

Syntax

TXTextControl.FootnoteNumberFormat [= NumberFormat]

Constants

The following lists the possible property values:

Constant Description
3

Footnotes are numbered with Arabic numbers (1, 2, 3, ...).

4

Footnotes are numbered with small letters (a, b, c, ...).

5

Footnotes are numbered with capital letters (A, B, C, ...).

6

Footnotes are numbered with Roman numbers (I, II, III, ...).

7

Footnotes are numbered with small Roman numbers (i, ii, iii, ...).

Data Types

Integer.

Limitations

Run time only.

See Also