| 
FootnoteNumberFormat Enumeration
  | 
 Specifies Numberformat of FootEndNote.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum FootnoteNumberFormat
 
Public Enumeration FootnoteNumberFormat
 
public enum class FootnoteNumberFormat
 
type FootnoteNumberFormat
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Arabic | 0 | Arabic format (1, 2, 3, ...). | 
|  | 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. | 
|  | Kanji | 10 | Ideograph-digital | 
|  | KanjiDigit | 11 | Japanese counting | 
|  | AiueoHalfWidth | 12 | Aiueo | 
|  | IrohaHalfWidth | 13 | Iroha | 
|  | DecimalFullWidth | 14 | Specifies that the sequence shall consist of full-width Arabic numbering. | 
|  | DecimalHalfWidth | 15 | Half-width Arabic: 1, 2, 3, 4 | 
|  | KanjiTraditional | 16 | Japanese legal | 
|  | KanjiTraditional2 | 17 | Japanese digital ten thousand | 
|  | NumberInCircle | 18 | Enclosed circles | 
|  | Chosung | 25 | Korea Chosung | 
|  | Ganada | 24 | Korean Ganada | 
|  | GB1 | 26 | Enclosed full stop | 
|  | GB2 | 27 | Enclosed parenthesis | 
|  | DecimalEnclosedCircleChinese | 28 | Identical to DecimalEnclosedCircle | 
|  | IdeographEnclosedCircle | 29 | Specifies that the sequence shall consist of sequential numerical ideographs. | 
|  | IdeographTraditional | 30 | Specifies that the sequence shall consist of sequential numerical traditional ideographs. | 
|  | IdeographZodiac | 31 | Specifies that the sequence shall consist of sequential numerical zodiac ideographs. | 
|  | Zodiac3 | 32 | Ideograph Zodiac traditional | 
|  | 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. | 
|  | ChineseLegalSimplified | 38 | Specifies that the sequence shall consist of one or more occurrences of
a single sequential number from the Chinese simplified legal format. | 
|  | ChineseCountingThousand | 39 | Specifies that the sequence shall consist of one or more occurrences of
a single sequential number from the Chinese counting thousand system. | 
|  | None | 255 | number format is none | 
 
 
 See Also
See Also