Version

AutomaticNumberingStyle Enumeration

Constants which define the automatic numbering styles available to the associated paragraph.
Syntax
'Declaration
 
Public Enum AutomaticNumberingStyle 
   Inherits System.Enum
public enum AutomaticNumberingStyle : System.Enum 
Members
MemberDescription
AiueoHiragana characters in the traditional a-i-u-e-o order.
AiueoFullWidthFull-width hiragana characters in the traditional a-i-u-e-o order.
ArabicAbjadAscending Adjad numerals.
ArabicAlphaArabic alphabetic characters.
CardinalTextCardinal text of the run language. For example, under the English United States locale, "One", "Two", "Three", etc.
ChicagoCharacters as defined in the Chicago Manual of Style.
ChineseCountingAscending numbers from the Chinese counting system.
ChineseCountingThousandSequential numbers from the Chinese counting thousand system.
ChineseLegalSimplifiedSequential numbers from the Chinese simplified legal format.
ChosungSequential numbers from the Korean Chosung format.
DecimalDecimal numbering, for example, 1, 2, 3,...9, 10.
DecimalEnclosedCircleDecimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Note that once the specified sequence reaches twenty-one (21), the numbers may be replaced with non-enclosed equivalents.
DecimalEnclosedCircleChineseDecimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Note that once the specified sequence reaches eleven (11), the numbers may be replaced with non-enclosed equivalents.
DecimalEnclosedFullstopDecimal numbering followed by a period, using the enclosed alphanumeric glyph character. Note that once the specified sequence reaches twenty-one (21), the numbers may be replaced with non-enclosed equivalents.
DecimalEnclosedParenDecimal numbering enclosed in parenthesis, using the enclosed alphanumeric glyph character. Note that once the specified sequence reaches twenty-one (21), the numbers may be replaced with non-enclosed equivalents.
DecimalFullWidthDouble-byte Arabic numbering.
DecimalFullWidth2Alternative set of double-byte Arabic numbering, if one exists in the run font.
DecimalHalfWidthSingle-byte Arabic numbering.
DecimalZeroArabic numbering with a leading zero added to numbers one through nine, for example, 01, 02, 03, ..., 09, 10.
GanadaSequential numbers from the Korean Ganada format.
Hebrew1Hebrew numerals.
Hebrew2Hebrew alphabetic characters.
HexHexadecimal numbering, for example, 1, 2, 3, ..., 9, A, B, C, etc.
HindiConsonantsHindi consonants.
HindiCountingSequential numbers from the Hindi counting system.
HindiNumbersHindi numbers.
HindiVowelsHindi vowels.
IdeographDigitalSequential numerical ideographs enclosed in a circle, using the appropriate character.
IdeographEnclosedCircleSequential numerical ideographs enclosed in a circle, using the appropriate character. Once the specified sequence reaches eleven (11), the numbers may be replaced with non-enclosed equivalents.
IdeographLegalTraditionalSequential numerical traditional legal ideographs.
IdeographTraditionalSequential numerical traditional ideographs.
IdeographZodiacSequential zodiac ideographs.
IdeographZodiacTraditionalSequential traditional zodiac ideographs.
IrohaIroha.
IrohaFullWidthFull-width forms of the Iroha.
JapaneseCountingSequential numbers from the Japanese counting system.
JapaneseDigitalTenThousandSequential numbers from the Japanese digital ten thousand counting system.
JapaneseLegalSequential numbers from the Japanese legal counting system.
KoreanCountingSequential numbers from the Korean counting system.
KoreanDigitalSequential numbers from the Korean digital counting system.
KoreanDigital2Sequential numbers from the Korean digital counting system.
KoreanLegalSequential numbers from the Korean legal numbering system.
LowerLetterLetters of the Latin alphabet in lower case, for example, a, b, c, etc.
LowerRomanLowercase roman numerals, for example, i, ii, iii, etc.
NoneNo automatic numbering is applied; a bullet point is displayed instead.
NumberInDashArabic numbering surrounded by dash characters, for example, -1-, -2-, -3-, etc.
OrdinalOrdinals of the run language. For example, under the English United States locale, 1st, 2nd, 3rd, etc.
OrdinalTextOrdinal text of the run language. For example, under the English United States locale, first, second, third, etc.
RussianLowerLowercase Russian alphabetic characters.
RussianUpperUppercase Russian alphabetic characters.
TaiwaneseCountingSequential numbers from the Taiwanese counting system.
TaiwaneseCountingThousandSequential numbers from the Taiwanese counting thousand system.
TaiwaneseDigitalSequential numbers from the Taiwanese digital counting system.
ThaiCountingSequential numbers from the Thai counting system.
ThaiLettersThai letters.
ThaiNumbersThai numerals.
UpperLetterLetters of the Latin alphabet in upper case, for example, A, B, C, etc.
UpperRomanUppercase roman numerals, for example, I, II, III, etc.
VietnameseCountingVietnamese numerals.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also