NumberedBulletStyle

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class NumberedBulletStyle extends System.Enum

Represents the style of the numbered bullets.

Fields

FieldDescription
NotDefinedNot defined.
BulletAlphaLCPeriodLowercase alphabetical characters with a period.
BulletAlphaUCPeriodUppercase alphabetical characters with a period.
BulletArabicParenRightArabic numerals with closing parenthesis.
BulletArabicPeriodArabic numerals with a period.
BulletRomanLCParenBothLowercase Roman numerals with both parentheses.
BulletRomanLCParenRightLowercase Roman numerals with closing parenthesis.
BulletRomanLCPeriodLowercase Roman numerals with period.
BulletRomanUCPeriodUppercase Roman numerals with period.
BulletAlphaLCParenBothLowercase alphabetical characters with both parentheses.
BulletAlphaLCParenRightLowercase alphabetical characters with closing parenthesis.
BulletAlphaUCParenBothUppercase alphabetical characters with both parentheses.
BulletAlphaUCParenRightUppercase alphabetical characters with closing parenthesis.
BulletArabicParenBothArabic numerals with both parentheses.
BulletArabicPlainArabic numerals.
BulletRomanUCParenBothUppercase Roman numerals with both parentheses.
BulletRomanUCParenRightUppercase Roman numerals with closing parenthesis.
BulletSimpChinPlainSimplified Chinese without a period.
BulletSimpChinPeriodSimplified Chinese with a period.
BulletCircleNumDBPlainDouble-byte circled number for values up to 10, from 11 - arabic numbers.
BulletCircleNumWDWhitePlainText colored number with same color circle drawn around it (Wingdings white circle numbers).
BulletCircleNumWDBlackPlainShadow color number with circular background of normal text color (Wingdings black circle numbers).
BulletTradChinPlainTraditional Chinese without a period.
BulletTradChinPeriodTraditional Chinese with a period.
BulletArabicAlphaDashArabic language alphabetical characters with a dash.
BulletArabicAbjadDashArabic Abjad alphabets with a dash.
BulletHebrewAlphaDashHebrew language alphabetical characters with a dash.
BulletKanjiKoreanPlainJapanese/Korean numbers without a period.
BulletKanjiKoreanPeriodJapanese/Korean numbers with a period.
BulletArabicDBPlainDouble-byte Arabic numbering scheme (no punctuation).
BulletArabicDBPeriodDouble-byte Arabic numbering scheme with double-byte period.
BulletThaiAlphaPeriodThai alphabet period.
BulletThaiAlphaParenRightThai alphabet parentheses - right.
BulletThaiAlphaParenBothThai alphabet parentheses - both.
BulletThaiNumPeriodThai numerical period.
BulletThaiNumParenRightThai numerical parentheses - right.
BulletThaiNumParenBothThai numerical parentheses - both.
BulletHindiAlphaPeriodHindi alphabet period - vowels.
BulletHindiNumPeriodHindi numerical period.
BulletKanjiSimpChinDBPeriodKanji Simple Chinese DBPeriod.
BulletHindiNumParenRightHindi numerical parentheses - right.
BulletHindiAlpha1PeriodHindi alphabet period - consonants.

NotDefined

public static final byte NotDefined

Not defined.

BulletAlphaLCPeriod

public static final byte BulletAlphaLCPeriod

Lowercase alphabetical characters with a period. Sample: a., b., c., …

BulletAlphaUCPeriod

public static final byte BulletAlphaUCPeriod

Uppercase alphabetical characters with a period. Sample: A., B., C., …

BulletArabicParenRight

public static final byte BulletArabicParenRight

Arabic numerals with closing parenthesis. Sample: 1), 2), 3), …

BulletArabicPeriod

public static final byte BulletArabicPeriod

Arabic numerals with a period. Sample: 1., 2., 3., …

BulletRomanLCParenBoth

public static final byte BulletRomanLCParenBoth

Lowercase Roman numerals with both parentheses. Sample: (i), (ii), (iii), …

BulletRomanLCParenRight

public static final byte BulletRomanLCParenRight

Lowercase Roman numerals with closing parenthesis. Sample: i), ii), iii), …

BulletRomanLCPeriod

public static final byte BulletRomanLCPeriod

Lowercase Roman numerals with period. Sample: i., ii., iii., …

BulletRomanUCPeriod

public static final byte BulletRomanUCPeriod

Uppercase Roman numerals with period. Sample: I., II., III., …

BulletAlphaLCParenBoth

public static final byte BulletAlphaLCParenBoth

Lowercase alphabetical characters with both parentheses. Sample: (a), (b), (c), …

BulletAlphaLCParenRight

public static final byte BulletAlphaLCParenRight

Lowercase alphabetical characters with closing parenthesis. Sample: a), b), c), …

BulletAlphaUCParenBoth

public static final byte BulletAlphaUCParenBoth

Uppercase alphabetical characters with both parentheses. Sample: (A), (B), (C), …

BulletAlphaUCParenRight

public static final byte BulletAlphaUCParenRight

Uppercase alphabetical characters with closing parenthesis. Sample: A), B), C), …

BulletArabicParenBoth

public static final byte BulletArabicParenBoth

Arabic numerals with both parentheses. Sample: (1), (2), (3), …

BulletArabicPlain

public static final byte BulletArabicPlain

Arabic numerals. Sample: 1, 2, 3, …

BulletRomanUCParenBoth

public static final byte BulletRomanUCParenBoth

Uppercase Roman numerals with both parentheses. Sample: (I), (II), (III), …

BulletRomanUCParenRight

public static final byte BulletRomanUCParenRight

Uppercase Roman numerals with closing parenthesis. Sample: I), II), III), …

BulletSimpChinPlain

public static final byte BulletSimpChinPlain

Simplified Chinese without a period.

BulletSimpChinPeriod

public static final byte BulletSimpChinPeriod

Simplified Chinese with a period.

BulletCircleNumDBPlain

public static final byte BulletCircleNumDBPlain

Double-byte circled number for values up to 10, from 11 - arabic numbers.

BulletCircleNumWDWhitePlain

public static final byte BulletCircleNumWDWhitePlain

Text colored number with same color circle drawn around it (Wingdings white circle numbers). From 11 - arabic numbers.

BulletCircleNumWDBlackPlain

public static final byte BulletCircleNumWDBlackPlain

Shadow color number with circular background of normal text color (Wingdings black circle numbers).

BulletTradChinPlain

public static final byte BulletTradChinPlain

Traditional Chinese without a period.

BulletTradChinPeriod

public static final byte BulletTradChinPeriod

Traditional Chinese with a period.

BulletArabicAlphaDash

public static final byte BulletArabicAlphaDash

Arabic language alphabetical characters with a dash.

BulletArabicAbjadDash

public static final byte BulletArabicAbjadDash

Arabic Abjad alphabets with a dash.

BulletHebrewAlphaDash

public static final byte BulletHebrewAlphaDash

Hebrew language alphabetical characters with a dash.

BulletKanjiKoreanPlain

public static final byte BulletKanjiKoreanPlain

Japanese/Korean numbers without a period.

BulletKanjiKoreanPeriod

public static final byte BulletKanjiKoreanPeriod

Japanese/Korean numbers with a period.

BulletArabicDBPlain

public static final byte BulletArabicDBPlain

Double-byte Arabic numbering scheme (no punctuation).

BulletArabicDBPeriod

public static final byte BulletArabicDBPeriod

Double-byte Arabic numbering scheme with double-byte period.

BulletThaiAlphaPeriod

public static final byte BulletThaiAlphaPeriod

Thai alphabet period.

BulletThaiAlphaParenRight

public static final byte BulletThaiAlphaParenRight

Thai alphabet parentheses - right.

BulletThaiAlphaParenBoth

public static final byte BulletThaiAlphaParenBoth

Thai alphabet parentheses - both.

BulletThaiNumPeriod

public static final byte BulletThaiNumPeriod

Thai numerical period.

BulletThaiNumParenRight

public static final byte BulletThaiNumParenRight

Thai numerical parentheses - right.

BulletThaiNumParenBoth

public static final byte BulletThaiNumParenBoth

Thai numerical parentheses - both.

BulletHindiAlphaPeriod

public static final byte BulletHindiAlphaPeriod

Hindi alphabet period - vowels.

BulletHindiNumPeriod

public static final byte BulletHindiNumPeriod

Hindi numerical period.

BulletKanjiSimpChinDBPeriod

public static final byte BulletKanjiSimpChinDBPeriod

Kanji Simple Chinese DBPeriod.

BulletHindiNumParenRight

public static final byte BulletHindiNumParenRight

Hindi numerical parentheses - right.

BulletHindiAlpha1Period

public static final byte BulletHindiAlpha1Period

Hindi alphabet period - consonants.