|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FootnoteNumberFormat>
com.spire.doc.FootnoteNumberFormat
public enum FootnoteNumberFormat
Specifies Numberformat of FootEndNote.
Enum Constant Summary | |
---|---|
Arabic
Arabic format (1, 2, 3, ...). |
|
Arabic_Abjad
Specifies that the sequence shall consist of one or more occurrences of a single ascending Abjad numerall from the set listed below. |
|
Arabic_Alpha
Specifies that the sequence shall consist of one or more occurrences of a single character int the Arabic alphabet from the set listed below. |
|
Chicago
Chicago manual of style. |
|
Chinese_Counting_Thousand
Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chiness counting thousand system. |
|
Chinese_Legal_Simplified
Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chiness simplified legal format. |
|
Decimal_Enclosed_Circle_Chinese
Identical to DecimalEnclosedCircle |
|
Decimal_Full_Width
Specifies that the sequence shall consist of full-width Arabic numbering. |
|
Hebrew_1
Specifies that the sequence shall consist of Hebrew letters from the set listed below. |
|
Hebrew_2
Specifies that the sequence shall consist of the Hebrew alphabet. |
|
Ideograph_Enclosed_Circle
Specifies that the sequence shall consist of sequential numerical ideographs. |
|
Ideograph_Traditional
Specifies that the sequence shall consist of sequential numerical traditonal ideographs. |
|
Ideograph_Zodiac
Specifies that the sequence shall consist of sequential numerical zodiac ideographs. |
|
Lower_Case_Letter
Lower case letters format (a, b, c, ...) . |
|
Lower_Case_Roman
Lower case Roman format (i, ii, iii, ...) . |
|
None
|
|
Upper_Case_Letter
Upper case letters format (A, B, C, ...) . |
|
Upper_Case_Roman
Upper case Roman format (I, II, III, ...) . |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final FootnoteNumberFormat Arabic
public static final FootnoteNumberFormat Decimal_Full_Width
public static final FootnoteNumberFormat Hebrew_1
public static final FootnoteNumberFormat Hebrew_2
public static final FootnoteNumberFormat Arabic_Alpha
public static final FootnoteNumberFormat Arabic_Abjad
public static final FootnoteNumberFormat Upper_Case_Roman
public static final FootnoteNumberFormat Lower_Case_Roman
public static final FootnoteNumberFormat Upper_Case_Letter
public static final FootnoteNumberFormat Lower_Case_Letter
public static final FootnoteNumberFormat Chicago
public static final FootnoteNumberFormat Chinese_Legal_Simplified
public static final FootnoteNumberFormat Chinese_Counting_Thousand
public static final FootnoteNumberFormat Ideograph_Traditional
public static final FootnoteNumberFormat Ideograph_Zodiac
public static final FootnoteNumberFormat Decimal_Enclosed_Circle_Chinese
public static final FootnoteNumberFormat Ideograph_Enclosed_Circle
public static final FootnoteNumberFormat None
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |