NumberedBulletStyle

NumberedBulletStyle

Overview

NumberedBulletStyle is a enum in Aspose.Slides FOSS for Python.

Represents the style of the numbered bullets.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default numbered 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 numerals with a right parenthesis
BULLET_ARABIC_PERIODRepresents Arabic numerals followed by a period
BULLET_ROMAN_LC_PAREN_BOTHRepresents lowercase Roman numerals enclosed in parentheses on both sides
BULLET_ROMAN_LC_PAREN_RIGHTRepresents lowercase Roman numerals with a right parenthesis
BULLET_ROMAN_LC_PERIODRepresents lowercase Roman numerals followed by a period
BULLET_ROMAN_UC_PERIODRepresents uppercase Roman numerals followed by a period
BULLET_ALPHA_LC_PAREN_BOTHRepresents lowercase alphabetic bullets enclosed in parentheses on both sides
BULLET_ALPHA_LC_PAREN_RIGHTRepresents lowercase alphabetic bullets with a right parenthesis
BULLET_ALPHA_UC_PAREN_BOTH
BULLET_ALPHA_UC_PAREN_RIGHTRepresents uppercase alphabetic bullets with a right parenthesis
BULLET_ARABIC_PAREN_BOTHRepresents Arabic numerals enclosed in parentheses on both sides
BULLET_ARABIC_PLAINRepresents plain Arabic numeral bullets without punctuation
BULLET_ROMAN_UC_PAREN_BOTH
BULLET_ROMAN_UC_PAREN_RIGHTRepresents uppercase Roman numerals with a right parenthesis
BULLET_SIMP_CHIN_PLAINRepresents plain simplified Chinese numeral bullets
BULLET_SIMP_CHIN_PERIODRepresents simplified Chinese numerals followed by a period
BULLET_CIRCLE_NUM_DB_PLAINRepresents plain double-byte circle-number bullets
BULLET_CIRCLE_NUM_WD_WHITE_PLAINRepresents plain white circle-number bullets (wide)
BULLET_CIRCLE_NUM_WD_BLACK_PLAINRepresents plain black circle-number bullets (wide)
BULLET_TRAD_CHIN_PLAINRepresents plain traditional Chinese numeral bullets
BULLET_TRAD_CHIN_PERIODRepresents traditional Chinese numerals followed by a period
BULLET_ARABIC_ALPHA_DASHRepresents Arabic numerals followed by an alphabetic dash
BULLET_ARABIC_ABJAD_DASHRepresents Arabic abjad characters followed by a dash
BULLET_HEBREW_ALPHA_DASHRepresents Hebrew alphabetic bullets followed by a dash
BULLET_KANJI_KOREAN_PLAINRepresents plain Kanji/Korean numeral bullets
BULLET_KANJI_KOREAN_PERIODRepresents Kanji/Korean numerals 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_ALPHA_1_PERIOD

See Also