Specifies Numberformat of FootEndNote.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FootnoteNumberFormat
Public Enumeration FootnoteNumberFormat
public enum class FootnoteNumberFormat
type FootnoteNumberFormat
Members
| Member | Value | Description |
|---|---|---|
| Arabic | 0 |
Arabic format (1, 2, 3, ...).
|
| DecimalFullWidth | 14 |
Specifies that the sequence shall consist of full-width Arabic numbering.
|
| Hebrew1 | 45 |
Specifies that the sequence shall consist of Hebrew letters from the set listed below.
|
| Hebrew2 | 47 |
Specifies that the sequence shall consist of the Hebrew alphabet.
|
| ArabicAlpha | 46 |
Specifies that the sequence shall consist of one or more occurrences of
a single character int the Arabic alphabet from the set listed below.
|
| ArabicAbjad | 48 |
Specifies that the sequence shall consist of one or more occurrences of
a single ascending Abjad numerall from the set listed below.
|
| UpperCaseRoman | 1 |
Upper case Roman format (I, II, III, ...) .
|
| LowerCaseRoman | 2 |
Lower case Roman format (i, ii, iii, ...) .
|
| UpperCaseLetter | 3 |
Upper case letters format (A, B, C, ...) .
|
| LowerCaseLetter | 4 |
Lower case letters format (a, b, c, ...) .
|
| Chicago | 9 |
Chicago manual of style.
|
| ChineseLegalSimplified | 38 | |
| ChineseCountingThousand | 39 |
Specifies that the sequence shall consist of one or more occurrences of
a single sequential number from the Chiness counting thousand system.
|
| IdeographTraditional | 30 |
Specifies that the sequence shall consist of sequential numerical traditonal ideographs.
|
| IdeographZodiac | 31 |
Specifies that the sequence shall consist of sequential numerical zodiac ideographs.
|
| DecimalEnclosedCircleChinese | 28 |
Identical to DecimalEnclosedCircle
|
| IdeographEnclosedCircle | 29 |
Specifies that the sequence shall consist of sequential numerical ideographs.
|
| None | 255 |