|
|||||||||
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. |
|
number_in_dash
|
|
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 number_in_dash
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 |