NumberedBulletStyle Enumeration
|
Represents the style of the numbered bullets.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum NumberedBulletStyle
Public Enumeration NumberedBulletStyle
public enum class NumberedBulletStyle
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
None.
|
|
|
BulletAlphaLCPeriod
|
0
|
Lowercase alphabetical characters with a period.
|
|
|
BulletAlphaUCPeriod
|
1
|
Uppercase alphabetical characters with a period.
|
|
|
BulletArabicParenRight
|
2
|
Arabic numerals with closing parenthesis.
|
|
|
BulletArabicPeriod
|
3
|
Arabic numerals with a period.
|
|
|
BulletRomanLCParenBoth
|
4
|
Lowercase Roman numerals with both parentheses.
|
|
|
BulletRomanLCParenRight
|
5
|
Lowercase Roman numerals with closing parenthesis.
|
|
|
BulletRomanLCPeriod
|
6
|
Lowercase Roman numerals with period.
|
|
|
BulletRomanUCPeriod
|
7
|
Uppercase Roman numerals with period.
|
|
|
BulletAlphaLCParenBoth
|
8
|
Lowercase alphabetical characters with both parentheses.
|
|
|
BulletAlphaLCParenRight
|
9
|
Lowercase alphabetical characters with closing parenthesis.
|
|
|
BulletAlphaUCParenBoth
|
10
|
Uppercase alphabetical characters with both parentheses.
|
|
|
BulletAlphaUCParenRight
|
11
|
Uppercase alphabetical characters with closing parenthesis.
|
|
|
BulletArabicParenBoth
|
12
|
Arabic numerals with both parentheses.
|
|
|
BulletArabicPlain
|
13
|
Arabic numerals.
|
|
|
BulletRomanUCParenBoth
|
14
|
Uppercase Roman numerals with both parentheses.
|
|
|
BulletRomanUCParenRight
|
15
|
Uppercase Roman numerals with closing parenthesis.
|
|
|
BulletSimpChinPlain
|
16
|
Simplified Chinese without a period.
|
|
|
BulletSimpChinPeriod
|
17
|
Simplified Chinese with a period.
|
|
|
BulletCircleNumDBPlain
|
18
|
Double-byte circled number for values up to 10.
|
|
|
BulletCircleNumWDWhitePlain
|
19
|
Text colored number with same color circle drawn around it.
|
|
|
BulletCircleNumWDBlackPlain
|
20
|
Shadow color number with circular background of normal text color.
|
|
|
BulletTradChinPlain
|
21
|
Traditional Chinese without a period.
|
|
|
BulletTradChinPeriod
|
22
|
Traditional Chinese with a period.
|
|
|
BulletArabicAlphaDash
|
23
|
Arabic language alphabetical characters with a dash.
|
|
|
BulletArabicAbjadDash
|
24
|
Arabic Abjad alphabets with a dash.
|
|
|
BulletHebrewAlphaDash
|
25
|
Hebrew language alphabetical characters with a dash.
|
|
|
BulletKanjiKoreanPlain
|
26
|
Japanese/Korean numbers without a period.
|
|
|
BulletKanjiKoreanPeriod
|
27
|
Japanese/Korean numbers with a period.
|
|
|
BulletArabicDBPlain
|
28
|
Double-byte Arabic numbering scheme (no punctuation).
|
|
|
BulletArabicDBPeriod
|
29
|
Double-byte Arabic numbering scheme with double-byte period.
|
|
|
BulletThaiAlphaPeriod
|
30
|
Thai Alpha period.
|
|
|
BulletThaiAlphaParenRight
|
31
|
Thai Alpha Paren right.
|
|
|
BulletThaiAlphaParenBoth
|
32
|
Thai Alpha Paren both.
|
|
|
BulletThaiNumPeriod
|
33
|
Thai Num period.
|
|
|
BulletThaiNumParenRight
|
34
|
Thai Num Paren right.
|
|
|
BulletThaiNumParenBoth
|
35
|
Thai Num Paren both.
|
|
|
BulletHindiAlphaPeriod
|
36
|
Hindi Alpha period.
|
|
|
BulletHindiNumPeriod
|
37
|
Hindi Num period.
|
|
|
BulletKanjiSimpChinDBPeriod
|
38
|
Kanji Simple Chinese DBPeriod.
|
|
|
BulletHindiNumParenRight
|
39
|
Hindi Num Paren right.
|
|
|
BulletHindiAlpha1Period
|
40
|
Hindi Alpha1 period.
|
See Also