NumberedBulletStyle

NumberedBulletStyle

Overview

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

Represents the style of the numbered bullets.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default bullet style
BULLET_ALPHA_LC_PERIODRepresents lower‑case alphabetic bullets with a period (a., b., …)
BULLET_ALPHA_UC_PERIODRepresents upper‑case alphabetic bullets with a period (A., B., …)
BULLET_ARABIC_PAREN_RIGHTRepresents Arabic numerals followed by a right parenthesis (1), 2), …)
BULLET_ARABIC_PERIODRepresents Arabic numerals with a trailing period (1., 2., …)
BULLET_ROMAN_LC_PAREN_BOTHRepresents lower‑case Roman numerals enclosed in both parentheses ((i), (ii), …))
BULLET_ROMAN_LC_PAREN_RIGHTRepresents lower‑case Roman numerals with a right parenthesis (i), (ii), …)
BULLET_ROMAN_LC_PERIODRepresents lower‑case Roman numerals followed by a period (i., ii., …)
BULLET_ROMAN_UC_PERIOD
BULLET_ALPHA_LC_PAREN_BOTHRepresents lower‑case alphabetic bullets enclosed in both parentheses ((a), (b), …))
BULLET_ALPHA_LC_PAREN_RIGHTRepresents lower‑case alphabetic bullets with a right parenthesis (a), (b), …)
BULLET_ALPHA_UC_PAREN_BOTH
BULLET_ALPHA_UC_PAREN_RIGHT
BULLET_ARABIC_PAREN_BOTHRepresents Arabic numerals enclosed in both parentheses ((1), (2), …))
BULLET_ARABIC_PLAINRepresents plain Arabic numerals without punctuation (1, 2, …)
BULLET_ROMAN_UC_PAREN_BOTH
BULLET_ROMAN_UC_PAREN_RIGHT
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 double‑byte circle‑enclosed numeric bullets
BULLET_CIRCLE_NUM_WD_WHITE_PLAINRepresents white‑filled circle numeric bullets
BULLET_CIRCLE_NUM_WD_BLACK_PLAINRepresents black‑filled circle numeric bullets
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 a dash and alphabetic suffix
BULLET_ARABIC_ABJAD_DASHRepresents Arabic‑Abjad numerals followed by a dash
BULLET_HEBREW_ALPHA_DASHRepresents Hebrew alphabetic bullets followed by a dash
BULLET_KANJI_KOREAN_PLAINRepresents plain Kanji/Korean numeric bullets
BULLET_KANJI_KOREAN_PERIODRepresents Kanji/Korean numerals followed by a period
BULLET_ARABIC_DB_PLAINRepresents double‑byte Arabic numeric bullets without punctuation
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

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also