|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ListPatternType>
com.spire.doc.documents.ListPatternType
public enum ListPatternType
see [MS-OSHARED.PDF -v20091214 Page24] Specifies type of the list numbering format.
Enum Constant Summary | |
---|---|
Aiueo
Specifies that the sequence shall consist of one or more occurrences of a single half-width katakana character from the set listed below, in the traditional a-i-u-e-o order. |
|
Aiueo_Full_Width
Specifies that the sequence shal consist of one or more occurrences of a single full-width katakana character,in the traditonal a-i-u-e-o order. |
|
Arabic
Specifies default numbering format. |
|
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. |
|
Bullet
Specifies Bullet numbering format. |
|
Cardinal_Text
Specifies Cardinal Text numbering format. |
|
Chicago
Chicago manual of style. |
|
Chinese_Counting
Specifies that the sequence shall consist of one or more occurrences of a single ascending number from the chinese counting system. |
|
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. |
|
Custom_Type
Specifies custom format. |
|
Decimal_Enclosed_Circle
Decimal Numbers Enclosed in a Circle. |
|
Decimal_Enclosed_Circle_Chinese
Identical to DecimalEnclosedCircle |
|
Decimal_Enclosed_Fullstop
Decimal numbers followed by a period. |
|
Decimal_Full_Width
Specifies that the sequence shall consist of full-width Arabic numbering. |
|
Decimal_Full_Width_2
|
|
Decimal_Half_Width
Specifies that the sequence shall consist of half-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_Legal_Traditional
Sperifies that the sequence shall consist of sequential numerical traditional legal 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. |
|
Ideograph_Zodiac_Traditional
Specifies that the sequence shall consist of sequential traditional zodiac ideographs. |
|
Iroha
Specifies that the sequence shall consist of the iroha. |
|
Iroha_Full_Width
Specifies that the sequence shall consist of the full-width forms of the iroha. |
|
Japanese_Counting
Japanese Counting System. |
|
Japanese_Digital_Ten_Thousand
Japanese Digital Ten Thousand Counting System. |
|
Japanese_Legal
Japanese Legal Numbering. |
|
Korean_Counting
Korean Counting System. |
|
Korean_Digital
Korean Digital Counting System. |
|
Korean_Digital_2
Korean Digital Counting System Alternate. |
|
Korean_Legal
Korean Legal numbering. |
|
Leading_Zero
Specifies LeadingZero numbering format. |
|
Low_Letter
Specifies LowLetter numbering format. |
|
Low_Roman
Specifies LowRoman numbering format. |
|
None
Specifies None numbering format. |
|
Ordinal
Specifies Ordinal numbering format. |
|
Ordinal_Text
Specifies Ordinal Text numbering format. |
|
Special
IsSpecial numbering format. |
|
Taiwanese_Counting
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. |
|
Taiwanese_Counting_Thousand
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. |
|
Taiwanese_Digital
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. |
|
Up_Letter
Specifies UpLetter numbering format. |
|
Up_Roman
Specifies UppRoman numbering format. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final ListPatternType Arabic
public static final ListPatternType Up_Roman
public static final ListPatternType Low_Roman
public static final ListPatternType Up_Letter
public static final ListPatternType Low_Letter
public static final ListPatternType Ordinal
public static final ListPatternType Cardinal_Text
public static final ListPatternType Ordinal_Text
public static final ListPatternType Chicago
public static final ListPatternType Decimal_Full_Width
public static final ListPatternType Decimal_Half_Width
public static final ListPatternType Hebrew_1
public static final ListPatternType Arabic_Alpha
public static final ListPatternType Hebrew_2
public static final ListPatternType Arabic_Abjad
public static final ListPatternType Japanese_Counting
public static final ListPatternType Japanese_Legal
public static final ListPatternType Japanese_Digital_Ten_Thousand
public static final ListPatternType Decimal_Enclosed_Circle
public static final ListPatternType Decimal_Full_Width_2
public static final ListPatternType Leading_Zero
public static final ListPatternType Bullet
public static final ListPatternType Decimal_Enclosed_Fullstop
public static final ListPatternType Decimal_Enclosed_Circle_Chinese
public static final ListPatternType Korean_Digital
public static final ListPatternType Korean_Counting
public static final ListPatternType Korean_Legal
public static final ListPatternType Korean_Digital_2
public static final ListPatternType Aiueo_Full_Width
public static final ListPatternType Aiueo
public static final ListPatternType Iroha
public static final ListPatternType Iroha_Full_Width
public static final ListPatternType Ideograph_Traditional
public static final ListPatternType Ideograph_Zodiac
public static final ListPatternType Ideograph_Enclosed_Circle
public static final ListPatternType Ideograph_Zodiac_Traditional
public static final ListPatternType Taiwanese_Counting
public static final ListPatternType Ideograph_Legal_Traditional
public static final ListPatternType Taiwanese_Counting_Thousand
public static final ListPatternType Taiwanese_Digital
public static final ListPatternType Chinese_Counting
public static final ListPatternType Chinese_Legal_Simplified
public static final ListPatternType Chinese_Counting_Thousand
public static final ListPatternType Special
public static final ListPatternType None
public static final ListPatternType Custom_Type
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |