public final class NumberedBulletStyle
extends com.aspose.ms.System.Enum
Represents the style of the numbered bullets.
Modifier and Type | Field and Description |
---|---|
static byte |
BulletAlphaLCParenBoth
Lowercase alphabetical characters with both parentheses.
|
static byte |
BulletAlphaLCParenRight
Lowercase alphabetical characters with closing parenthesis.
|
static byte |
BulletAlphaLCPeriod
Lowercase alphabetical characters with a period.
|
static byte |
BulletAlphaUCParenBoth
Uppercase alphabetical characters with both parentheses.
|
static byte |
BulletAlphaUCParenRight
Uppercase alphabetical characters with closing parenthesis.
|
static byte |
BulletAlphaUCPeriod
Uppercase alphabetical characters with a period.
|
static byte |
BulletArabicAbjadDash
Arabic Abjad alphabets with a dash.
|
static byte |
BulletArabicAlphaDash
Arabic language alphabetical characters with a dash.
|
static byte |
BulletArabicDBPeriod
Double-byte Arabic numbering scheme with double-byte period.
|
static byte |
BulletArabicDBPlain
Double-byte Arabic numbering scheme (no punctuation).
|
static byte |
BulletArabicParenBoth
Arabic numerals with both parentheses.
|
static byte |
BulletArabicParenRight
Arabic numerals with closing parenthesis.
|
static byte |
BulletArabicPeriod
Arabic numerals with a period.
|
static byte |
BulletArabicPlain
Arabic numerals.
|
static byte |
BulletCircleNumDBPlain
Double-byte circled number for values up to 10, from 11 - arabic numbers.
|
static byte |
BulletCircleNumWDBlackPlain
Shadow color number with circular background of normal text color (Wingdings black circle numbers).
|
static byte |
BulletCircleNumWDWhitePlain
Text colored number with same color circle drawn around it (Wingdings white circle numbers).
|
static byte |
BulletHebrewAlphaDash
Hebrew language alphabetical characters with a dash.
|
static byte |
BulletHindiAlpha1Period
Hindi alphabet period - consonants.
|
static byte |
BulletHindiAlphaPeriod
Hindi alphabet period - vowels.
|
static byte |
BulletHindiNumParenRight
Hindi numerical parentheses - right.
|
static byte |
BulletHindiNumPeriod
Hindi numerical period.
|
static byte |
BulletKanjiKoreanPeriod
Japanese/Korean numbers with a period.
|
static byte |
BulletKanjiKoreanPlain
Japanese/Korean numbers without a period.
|
static byte |
BulletKanjiSimpChinDBPeriod
Kanji Simple Chinese DBPeriod.
|
static byte |
BulletRomanLCParenBoth
Lowercase Roman numerals with both parentheses.
|
static byte |
BulletRomanLCParenRight
Lowercase Roman numerals with closing parenthesis.
|
static byte |
BulletRomanLCPeriod
Lowercase Roman numerals with period.
|
static byte |
BulletRomanUCParenBoth
Uppercase Roman numerals with both parentheses.
|
static byte |
BulletRomanUCParenRight
Uppercase Roman numerals with closing parenthesis.
|
static byte |
BulletRomanUCPeriod
Uppercase Roman numerals with period.
|
static byte |
BulletSimpChinPeriod
Simplified Chinese with a period.
|
static byte |
BulletSimpChinPlain
Simplified Chinese without a period.
|
static byte |
BulletThaiAlphaParenBoth
Thai alphabet parentheses - both.
|
static byte |
BulletThaiAlphaParenRight
Thai alphabet parentheses - right.
|
static byte |
BulletThaiAlphaPeriod
Thai alphabet period.
|
static byte |
BulletThaiNumParenBoth
Thai numerical parentheses - both.
|
static byte |
BulletThaiNumParenRight
Thai numerical parentheses - right.
|
static byte |
BulletThaiNumPeriod
Thai numerical period.
|
static byte |
BulletTradChinPeriod
Traditional Chinese with a period.
|
static byte |
BulletTradChinPlain
Traditional Chinese without a period.
|
static byte |
NotDefined
Not defined.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NotDefined
Not defined.
public static final byte BulletAlphaLCPeriod
Lowercase alphabetical characters with a period. Sample: a., b., c., ...
public static final byte BulletAlphaUCPeriod
Uppercase alphabetical characters with a period. Sample: A., B., C., ...
public static final byte BulletArabicParenRight
Arabic numerals with closing parenthesis. Sample: 1), 2), 3), ...
public static final byte BulletArabicPeriod
Arabic numerals with a period. Sample: 1., 2., 3., ...
public static final byte BulletRomanLCParenBoth
Lowercase Roman numerals with both parentheses. Sample: (i), (ii), (iii), ...
public static final byte BulletRomanLCParenRight
Lowercase Roman numerals with closing parenthesis. Sample: i), ii), iii), ...
public static final byte BulletRomanLCPeriod
Lowercase Roman numerals with period. Sample: i., ii., iii., ...
public static final byte BulletRomanUCPeriod
Uppercase Roman numerals with period. Sample: I., II., III., ...
public static final byte BulletAlphaLCParenBoth
Lowercase alphabetical characters with both parentheses. Sample: (a), (b), (c), ...
public static final byte BulletAlphaLCParenRight
Lowercase alphabetical characters with closing parenthesis. Sample: a), b), c), ...
public static final byte BulletAlphaUCParenBoth
Uppercase alphabetical characters with both parentheses. Sample: (A), (B), (C), ...
public static final byte BulletAlphaUCParenRight
Uppercase alphabetical characters with closing parenthesis. Sample: A), B), C), ...
public static final byte BulletArabicParenBoth
Arabic numerals with both parentheses. Sample: (1), (2), (3), ...
public static final byte BulletArabicPlain
Arabic numerals. Sample: 1, 2, 3, ...
public static final byte BulletRomanUCParenBoth
Uppercase Roman numerals with both parentheses. Sample: (I), (II), (III), ...
public static final byte BulletRomanUCParenRight
Uppercase Roman numerals with closing parenthesis. Sample: I), II), III), ...
public static final byte BulletSimpChinPlain
Simplified Chinese without a period.
public static final byte BulletSimpChinPeriod
Simplified Chinese with a period.
public static final byte BulletCircleNumDBPlain
Double-byte circled number for values up to 10, from 11 - arabic numbers.
public static final byte BulletCircleNumWDWhitePlain
Text colored number with same color circle drawn around it (Wingdings white circle numbers). From 11 - arabic numbers.
public static final byte BulletCircleNumWDBlackPlain
Shadow color number with circular background of normal text color (Wingdings black circle numbers).
public static final byte BulletTradChinPlain
Traditional Chinese without a period.
public static final byte BulletTradChinPeriod
Traditional Chinese with a period.
public static final byte BulletArabicAlphaDash
Arabic language alphabetical characters with a dash.
public static final byte BulletArabicAbjadDash
Arabic Abjad alphabets with a dash.
public static final byte BulletHebrewAlphaDash
Hebrew language alphabetical characters with a dash.
public static final byte BulletKanjiKoreanPlain
Japanese/Korean numbers without a period.
public static final byte BulletKanjiKoreanPeriod
Japanese/Korean numbers with a period.
public static final byte BulletArabicDBPlain
Double-byte Arabic numbering scheme (no punctuation).
public static final byte BulletArabicDBPeriod
Double-byte Arabic numbering scheme with double-byte period.
public static final byte BulletThaiAlphaPeriod
Thai alphabet period.
public static final byte BulletThaiAlphaParenRight
Thai alphabet parentheses - right.
public static final byte BulletThaiAlphaParenBoth
Thai alphabet parentheses - both.
public static final byte BulletThaiNumPeriod
Thai numerical period.
public static final byte BulletThaiNumParenRight
Thai numerical parentheses - right.
public static final byte BulletThaiNumParenBoth
Thai numerical parentheses - both.
public static final byte BulletHindiAlphaPeriod
Hindi alphabet period - vowels.
public static final byte BulletHindiNumPeriod
Hindi numerical period.
public static final byte BulletKanjiSimpChinDBPeriod
Kanji Simple Chinese DBPeriod.
public static final byte BulletHindiNumParenRight
Hindi numerical parentheses - right.
public static final byte BulletHindiAlpha1Period
Hindi alphabet period - consonants.