NumberedBulletStyle

NumberedBulletStyle

Overview

NumberedBulletStyle is a enum in Aspose.Slides FOSS for C++.

Represents the style of the numbered bullets.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default bullet style
BULLET_ALPHA_LC_PERIODRepresents lowercase alphabetic bullets followed by a period
BULLET_ALPHA_UC_PERIODRepresents uppercase alphabetic bullets followed by a period
BULLET_ARABIC_PAREN_RIGHTRepresents Arabic numeral bullets enclosed in a right parenthesis
BULLET_ARABIC_PERIODRepresents Arabic numeral bullets followed by a period
BULLET_ROMAN_LC_PAREN_BOTHRepresents lowercase Roman numeral bullets enclosed in both parentheses
BULLET_ROMAN_LC_PAREN_RIGHTRepresents lowercase Roman numeral bullets with a right parenthesis
BULLET_ROMAN_LC_PERIODRepresents lowercase Roman numeral bullets followed by a period
BULLET_ROMAN_UC_PERIODRepresents uppercase Roman numeral bullets followed by a period
BULLET_ALPHA_LC_PAREN_BOTHRepresents lowercase alphabetic bullets enclosed in both parentheses
BULLET_ALPHA_LC_PAREN_RIGHTRepresents lowercase alphabetic bullets with a right parenthesis
BULLET_ALPHA_UC_PAREN_BOTHRepresents uppercase alphabetic bullets enclosed in both parentheses
BULLET_ALPHA_UC_PAREN_RIGHTRepresents uppercase alphabetic bullets with a right parenthesis
BULLET_ARABIC_PAREN_BOTHRepresents Arabic numeral bullets enclosed in both parentheses
BULLET_ARABIC_PLAINRepresents plain Arabic numeral bullets without punctuation
BULLET_ROMAN_UC_PAREN_BOTHRepresents uppercase Roman numeral bullets enclosed in both parentheses
BULLET_ROMAN_UC_PAREN_RIGHTRepresents uppercase Roman numeral bullets with a right parenthesis
BULLET_SIMP_CHIN_PLAINRepresents plain simplified Chinese character bullets
BULLET_SIMP_CHIN_PERIODRepresents simplified Chinese character bullets followed by a period
BULLET_CIRCLE_NUM_DB_PLAINRepresents plain double-byte circled number bullets
BULLET_CIRCLE_NUM_WD_WHITE_PLAINRepresents plain white circled number bullets (wide)
BULLET_CIRCLE_NUM_WD_BLACK_PLAINRepresents plain black circled number bullets (wide)
BULLET_TRAD_CHIN_PLAINRepresents plain traditional Chinese character bullets
BULLET_TRAD_CHIN_PERIODRepresents traditional Chinese character bullets followed by a period
BULLET_ARABIC_ALPHA_DASHRepresents Arabic numeral bullets followed by an alphabetic dash
BULLET_ARABIC_ABJAD_DASHRepresents Arabic abjad letters used as bullets with a dash
BULLET_HEBREW_ALPHA_DASHRepresents Hebrew alphabetic bullets followed by a dash
BULLET_KANJI_KOREAN_PLAINRepresents plain Kanji or Korean character bullets
BULLET_KANJI_KOREAN_PERIODRepresents Kanji or Korean character bullets followed by a period
BULLET_ARABIC_DB_PLAINRepresents plain double-byte Arabic numeral bullets
BULLET_ARABIC_DB_PERIOD
BULLET_THAI_ALPHA_PERIOD
BULLET_THAI_ALPHA_PAREN_RIGHT
BULLET_THAI_ALPHA_PAREN_BOTH
BULLET_THAI_NUM_PERIOD
BULLET_THAI_NUM_PAREN_RIGHT
BULLET_THAI_NUM_PAREN_BOTH
BULLET_HINDI_ALPHA_PERIOD
BULLET_HINDI_NUM_PERIOD
BULLET_KANJI_SIMP_CHIN_DB_PERIOD
BULLET_HINDI_NUM_PAREN_RIGHT
BULLET_HINDI_ALPHA1_PERIOD

See Also