Click or drag to resize

NumberedBulletStyle Enumeration

Represents the style of the numbered bullets.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum NumberedBulletStyle
Members
  Member nameValueDescription
NotDefined-1 Not defined.
BulletAlphaLCPeriod0 Lowercase alphabetical characters with a period. Sample: a., b., c., ...
BulletAlphaUCPeriod1 Uppercase alphabetical characters with a period. Sample: A., B., C., ...
BulletArabicParenRight2 Arabic numerals with closing parenthesis. Sample: 1), 2), 3), ...
BulletArabicPeriod3 Arabic numerals with a period. Sample: 1., 2., 3., ...
BulletRomanLCParenBoth4 Lowercase Roman numerals with both parentheses. Sample: (i), (ii), (iii), ...
BulletRomanLCParenRight5 Lowercase Roman numerals with closing parenthesis. Sample: i), ii), iii), ...
BulletRomanLCPeriod6 Lowercase Roman numerals with period. Sample: i., ii., iii., ...
BulletRomanUCPeriod7 Uppercase Roman numerals with period. Sample: I., II., III., ...
BulletAlphaLCParenBoth8 Lowercase alphabetical characters with both parentheses. Sample: (a), (b), (c), ...
BulletAlphaLCParenRight9 Lowercase alphabetical characters with closing parenthesis. Sample: a), b), c), ...
BulletAlphaUCParenBoth10 Uppercase alphabetical characters with both parentheses. Sample: (A), (B), (C), ...
BulletAlphaUCParenRight11 Uppercase alphabetical characters with closing parenthesis. Sample: A), B), C), ...
BulletArabicParenBoth12 Arabic numerals with both parentheses. Sample: (1), (2), (3), ...
BulletArabicPlain13 Arabic numerals. Sample: 1, 2, 3, ...
BulletRomanUCParenBoth14 Uppercase Roman numerals with both parentheses. Sample: (I), (II), (III), ...
BulletRomanUCParenRight15 Uppercase Roman numerals with closing parenthesis. Sample: I), II), III), ...
BulletSimpChinPlain16 Simplified Chinese without a period.
BulletSimpChinPeriod17 Simplified Chinese with a period.
BulletCircleNumDBPlain18 Double-byte circled number for values up to 10, from 11 - arabic numbers.
BulletCircleNumWDWhitePlain19 Text colored number with same color circle drawn around it (Wingdings white circle numbers). From 11 - arabic numbers.
BulletCircleNumWDBlackPlain20 Shadow color number with circular background of normal text color (Wingdings black circle numbers).
BulletTradChinPlain21 Traditional Chinese without a period.
BulletTradChinPeriod22 Traditional Chinese with a period.
BulletArabicAlphaDash23 Arabic language alphabetical characters with a dash.
BulletArabicAbjadDash24 Arabic Abjad alphabets with a dash.
BulletHebrewAlphaDash25 Hebrew language alphabetical characters with a dash.
BulletKanjiKoreanPlain26 Japanese/Korean numbers without a period.
BulletKanjiKoreanPeriod27 Japanese/Korean numbers with a period.
BulletArabicDBPlain28 Double-byte Arabic numbering scheme (no punctuation).
BulletArabicDBPeriod29 Double-byte Arabic numbering scheme with double-byte period.
BulletThaiAlphaPeriod30 Thai alphabet period.
BulletThaiAlphaParenRight31 Thai alphabet parentheses - right.
BulletThaiAlphaParenBoth32 Thai alphabet parentheses - both.
BulletThaiNumPeriod33 Thai numerical period.
BulletThaiNumParenRight34 Thai numerical parentheses - right.
BulletThaiNumParenBoth35 Thai numerical parentheses - both.
BulletHindiAlphaPeriod36 Hindi alphabet period - vowels.
BulletHindiNumPeriod37 Hindi numerical period.
BulletKanjiSimpChinDBPeriod38 Kanji Simple Chinese DBPeriod.
BulletHindiNumParenRight39 Hindi numerical parentheses - right.
BulletHindiAlpha1Period40 Hindi alphabet period - consonants.
See Also