Gets or sets the footnotes' number format. The property's value is a member of the Number
public NumberFormat NumberFormat { get; set; }
Public Property NumberFormat() As NumberFormat
Member | Description |
---|---|
Arabic |
The footnote numbers are displayed with Arabic numbers (1, 2, 3...). |
Letters | The footnote numbers are displayed with letters (a, b, c...). |
Capital |
The footnote numbers are displayed with capital letters (A, B, C...). |
Roman |
The footnote numbers are displayed with Roman numbers (I, II, III...). |
Small |
The footnote numbers are displayed with small Roman numbers (i, ii, iii...). |