Specifies Numberformat of FootEndNote.

Namespace: Spire.Doc
Assembly: 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

MemberValueDescription
Arabic0
Arabic format (1, 2, 3, ...).
DecimalFullWidth14
Specifies that the sequence shall consist of full-width Arabic numbering.
Hebrew145
Specifies that the sequence shall consist of Hebrew letters from the set listed below.
Hebrew247
Specifies that the sequence shall consist of the Hebrew alphabet.
ArabicAlpha46
Specifies that the sequence shall consist of one or more occurrences of a single character int the Arabic alphabet from the set listed below.
ArabicAbjad48
Specifies that the sequence shall consist of one or more occurrences of a single ascending Abjad numerall from the set listed below.
UpperCaseRoman1
Upper case Roman format (I, II, III, ...) .
LowerCaseRoman2
Lower case Roman format (i, ii, iii, ...) .
UpperCaseLetter3
Upper case letters format (A, B, C, ...) .
LowerCaseLetter4
Lower case letters format (a, b, c, ...) .
Chicago9
Chicago manual of style.
ChineseLegalSimplified38
ChineseCountingThousand39
Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chiness counting thousand system.
IdeographTraditional30
Specifies that the sequence shall consist of sequential numerical traditonal ideographs.
IdeographZodiac31
Specifies that the sequence shall consist of sequential numerical zodiac ideographs.
DecimalEnclosedCircleChinese28
Identical to DecimalEnclosedCircle
IdeographEnclosedCircle29
Specifies that the sequence shall consist of sequential numerical ideographs.
None255

See Also