com.spire.doc.documents
Enum ListPatternType

java.lang.Object
  extended by java.lang.Enum<ListPatternType>
      extended by com.spire.doc.documents.ListPatternType
All Implemented Interfaces:
java.lang.Comparable<ListPatternType>

public enum ListPatternType
extends java.lang.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

Arabic

public static final ListPatternType Arabic
Specifies default numbering format. Arabic numbering (1, 2, 3, ...)


Up_Roman

public static final ListPatternType Up_Roman
Specifies UppRoman numbering format. Upper case Roman (I, II, III, ...)


Low_Roman

public static final ListPatternType Low_Roman
Specifies LowRoman numbering format. Lower case Roman (i, ii, iii, ...)


Up_Letter

public static final ListPatternType Up_Letter
Specifies UpLetter numbering format. Upper case Letter (A, B, C, ...)


Low_Letter

public static final ListPatternType Low_Letter
Specifies LowLetter numbering format. Lower case letter (a, b, c, ...)


Ordinal

public static final ListPatternType Ordinal
Specifies Ordinal numbering format. Ordinal (1st, 2nd, 3rd, ...)


Cardinal_Text

public static final ListPatternType Cardinal_Text
Specifies Cardinal Text numbering format. Numbered (One, Two, Three, ...)


Ordinal_Text

public static final ListPatternType Ordinal_Text
Specifies Ordinal Text numbering format. Ordinal (text) (First, Second, Third, ...)


Chicago

public static final ListPatternType Chicago
Chicago manual of style.


Decimal_Full_Width

public static final ListPatternType Decimal_Full_Width
Specifies that the sequence shall consist of full-width Arabic numbering.


Decimal_Half_Width

public static final ListPatternType Decimal_Half_Width
Specifies that the sequence shall consist of half-width Arabic numbering.


Hebrew_1

public static final ListPatternType Hebrew_1
Specifies that the sequence shall consist of Hebrew letters from the set listed below.


Arabic_Alpha

public static final ListPatternType 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.


Hebrew_2

public static final ListPatternType Hebrew_2
Specifies that the sequence shall consist of the Hebrew alphabet.


Arabic_Abjad

public static final ListPatternType Arabic_Abjad
Specifies that the sequence shall consist of one or more occurrences of a single ascending Abjad numerall from the set listed below.


Japanese_Counting

public static final ListPatternType Japanese_Counting
Japanese Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese counting system.


Japanese_Legal

public static final ListPatternType Japanese_Legal
Japanese Legal Numbering. Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system.


Japanese_Digital_Ten_Thousand

public static final ListPatternType Japanese_Digital_Ten_Thousand
Japanese Digital Ten Thousand Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese digital the thousand counting system.


Decimal_Enclosed_Circle

public static final ListPatternType Decimal_Enclosed_Circle
Decimal Numbers Enclosed in a Circle. Specifies that the sequence shall consist of sequential numbering enclosed in a circle,using the enclosed character.


Decimal_Full_Width_2

public static final ListPatternType Decimal_Full_Width_2

Leading_Zero

public static final ListPatternType Leading_Zero
Specifies LeadingZero numbering format.


Bullet

public static final ListPatternType Bullet
Specifies Bullet numbering format.


Decimal_Enclosed_Fullstop

public static final ListPatternType Decimal_Enclosed_Fullstop
Decimal numbers followed by a period. Specifies that the sequence shall consist of decimal numbering followed by a period,using the appropriate character,as described below.


Decimal_Enclosed_Circle_Chinese

public static final ListPatternType Decimal_Enclosed_Circle_Chinese
Identical to DecimalEnclosedCircle


Korean_Digital

public static final ListPatternType Korean_Digital
Korean Digital Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.


Korean_Counting

public static final ListPatternType Korean_Counting
Korean Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean counting system.


Korean_Legal

public static final ListPatternType Korean_Legal
Korean Legal numbering. Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system.


Korean_Digital_2

public static final ListPatternType Korean_Digital_2
Korean Digital Counting System Alternate. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.


Aiueo_Full_Width

public static final ListPatternType 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.


Aiueo

public static final ListPatternType 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.


Iroha

public static final ListPatternType Iroha
Specifies that the sequence shall consist of the iroha.


Iroha_Full_Width

public static final ListPatternType Iroha_Full_Width
Specifies that the sequence shall consist of the full-width forms of the iroha.


Ideograph_Traditional

public static final ListPatternType Ideograph_Traditional
Specifies that the sequence shall consist of sequential numerical traditonal ideographs.


Ideograph_Zodiac

public static final ListPatternType Ideograph_Zodiac
Specifies that the sequence shall consist of sequential numerical zodiac ideographs.


Ideograph_Enclosed_Circle

public static final ListPatternType Ideograph_Enclosed_Circle
Specifies that the sequence shall consist of sequential numerical ideographs.


Ideograph_Zodiac_Traditional

public static final ListPatternType Ideograph_Zodiac_Traditional
Specifies that the sequence shall consist of sequential traditional zodiac ideographs.


Taiwanese_Counting

public static final ListPatternType Taiwanese_Counting
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.


Ideograph_Legal_Traditional

public static final ListPatternType Ideograph_Legal_Traditional
Sperifies that the sequence shall consist of sequential numerical traditional legal ideographs.


Taiwanese_Counting_Thousand

public static final ListPatternType Taiwanese_Counting_Thousand
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.


Taiwanese_Digital

public static final ListPatternType Taiwanese_Digital
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system.


Chinese_Counting

public static final ListPatternType Chinese_Counting
Specifies that the sequence shall consist of one or more occurrences of a single ascending number from the chinese counting system.


Chinese_Legal_Simplified

public static final ListPatternType 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.


Chinese_Counting_Thousand

public static final ListPatternType 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.


Special

public static final ListPatternType Special
IsSpecial numbering format.


None

public static final ListPatternType None
Specifies None numbering format.


Custom_Type

public static final ListPatternType Custom_Type
Specifies custom format.

Method Detail

getValue

public int getValue()