Enum FootEndNoteNumberFormat
Specifies the number format of endnotes and footnotes.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum FootEndNoteNumberFormat
Fields
| Name | Description |
|---|---|
| Arabic | Arabic format (1, 2, 3, ...). |
| LowerCaseLetter | Lower case letters format (a, b, c, ...) . |
| LowerCaseRoman | Lower case roman format (i, ii, iii, ...). |
| UpperCaseLetter | Upper case letters format (A, B, C, ...) . |
| UpperCaseRoman | Upper case roman format (I, II, III, ...). |