Package org.apache.poi.sl.usermodel
Enum Class AutoNumberingScheme
- All Implemented Interfaces:
Serializable
,Comparable<AutoNumberingScheme>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLowercase alphabetic character enclosed in parentheses.Lowercase alphabetic character followed by a closing parenthesis.Lowercase Latin character followed by a period.Uppercase alphabetic character enclosed in parentheses.Uppercase alphabetic character followed by a closing parenthesis.Uppercase Latin character followed by a period.Bidi Arabic 1 (AraAlpha) with ANSI minus symbol.Bidi Arabic 2 (AraAbjad) with ANSI minus symbol.Double-byte Arabic numbers with double-byte period.Double-byte Arabic numbers.Arabic numeral enclosed in parentheses.Arabic numeral followed by a closing parenthesis.Arabic numeral followed by a period.Arabic numeral.Double byte circle numbers.Wingdings black circle numbers.Wingdings white circle numbers.Simplified Chinese with single-byte period.Simplified Chinese.Traditional Chinese with single-byte period.Traditional Chinese.Japanese with double-byte period.Japanese/Korean with single-byte period.Japanese/Korean.Bidi Hebrew 2 with ANSI minus symbol.Hindi alphabetic character followed by a period.Hindi alphabetic character followed by a period.Hindi numeric character followed by a closing parenthesis.Hindi numeric character followed by a period.Lowercase Roman numeral enclosed in parentheses.Lowercase Roman numeral followed by a closing parenthesis.Lowercase Roman numeral followed by a period.Uppercase Roman numeral enclosed in parentheses.Uppercase Roman numeral followed by a closing parenthesis.Uppercase Roman numeral followed by a period.Thai alphabetic character enclosed by parentheses.Thai alphabetic character followed by a closing parenthesis.Thai alphabetic character followed by a period.Thai numeral enclosed in parentheses.Thai numeral followed by a closing parenthesis.Thai numeral followed by a period. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionformat
(int value) static AutoNumberingScheme
forNativeID
(int nativeId) static AutoNumberingScheme
forOoxmlID
(int ooxmlId) static AutoNumberingScheme
Returns the enum constant of this class with the specified name.static AutoNumberingScheme[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
alphaLcParenBoth
Lowercase alphabetic character enclosed in parentheses. Example: (a), (b), (c), ... -
alphaUcParenBoth
Uppercase alphabetic character enclosed in parentheses. Example: (A), (B), (C), ... -
alphaLcParenRight
Lowercase alphabetic character followed by a closing parenthesis. Example: a), b), c), ... -
alphaUcParenRight
Uppercase alphabetic character followed by a closing parenthesis. Example: A), B), C), ... -
alphaLcPeriod
Lowercase Latin character followed by a period. Example: a., b., c., ... -
alphaUcPeriod
Uppercase Latin character followed by a period. Example: A., B., C., ... -
arabicParenBoth
Arabic numeral enclosed in parentheses. Example: (1), (2), (3), ... -
arabicParenRight
Arabic numeral followed by a closing parenthesis. Example: 1), 2), 3), ... -
arabicPeriod
Arabic numeral followed by a period. Example: 1., 2., 3., ... -
arabicPlain
Arabic numeral. Example: 1, 2, 3, ... -
romanLcParenBoth
Lowercase Roman numeral enclosed in parentheses. Example: (i), (ii), (iii), ... -
romanUcParenBoth
Uppercase Roman numeral enclosed in parentheses. Example: (I), (II), (III), ... -
romanLcParenRight
Lowercase Roman numeral followed by a closing parenthesis. Example: i), ii), iii), ... -
romanUcParenRight
Uppercase Roman numeral followed by a closing parenthesis. Example: I), II), III), .... -
romanLcPeriod
Lowercase Roman numeral followed by a period. Example: i., ii., iii., ... -
romanUcPeriod
Uppercase Roman numeral followed by a period. Example: I., II., III., ... -
circleNumDbPlain
Double byte circle numbers. -
circleNumWdBlackPlain
Wingdings black circle numbers. -
circleNumWdWhitePlain
Wingdings white circle numbers. -
arabicDbPeriod
Double-byte Arabic numbers with double-byte period. -
arabicDbPlain
Double-byte Arabic numbers. -
ea1ChsPeriod
Simplified Chinese with single-byte period. -
ea1ChsPlain
Simplified Chinese. -
ea1ChtPeriod
Traditional Chinese with single-byte period. -
ea1ChtPlain
Traditional Chinese. -
ea1JpnChsDbPeriod
Japanese with double-byte period. -
ea1JpnKorPlain
Japanese/Korean. -
ea1JpnKorPeriod
Japanese/Korean with single-byte period. -
arabic1Minus
Bidi Arabic 1 (AraAlpha) with ANSI minus symbol. -
arabic2Minus
Bidi Arabic 2 (AraAbjad) with ANSI minus symbol. -
hebrew2Minus
Bidi Hebrew 2 with ANSI minus symbol. -
thaiAlphaPeriod
Thai alphabetic character followed by a period. -
thaiAlphaParenRight
Thai alphabetic character followed by a closing parenthesis. -
thaiAlphaParenBoth
Thai alphabetic character enclosed by parentheses. -
thaiNumPeriod
Thai numeral followed by a period. -
thaiNumParenRight
Thai numeral followed by a closing parenthesis. -
thaiNumParenBoth
Thai numeral enclosed in parentheses. -
hindiAlphaPeriod
Hindi alphabetic character followed by a period. -
hindiNumPeriod
Hindi numeric character followed by a period. -
hindiNumParenRight
Hindi numeric character followed by a closing parenthesis. -
hindiAlpha1Period
Hindi alphabetic character followed by a period.
-
-
Field Details
-
nativeId
public final int nativeId -
ooxmlId
public final int ooxmlId
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNativeID
-
forOoxmlID
-
getDescription
-
format
-