NumberedBulletStyle

General

NumberedBulletStyle és un enum a Aspose.Slides FOSS per Java.

Representa l’estil de les bales numerades.

Valors

ValueDescription
NOT_DEFINEDRepresents an undefined bullet style
BULLET_ALPHA_LC_PERIODRepresents a lower‑case alphabetic bullet followed by a period
BULLET_ALPHA_UC_PERIODRepresents an upper‑case alphabetic bullet followed by a period
BULLET_ARABIC_PAREN_RIGHTRepresents an Arabic numeral bullet with a right parenthesis (e.g., 1))
BULLET_ARABIC_PERIODRepresents an Arabic numeral bullet followed by a period (e.g., 1.)
BULLET_ROMAN_LC_PAREN_BOTHRepresents a lower‑case Roman numeral bullet enclosed in parentheses (e.g., (i))
BULLET_ROMAN_LC_PAREN_RIGHTRepresents a lower‑case Roman numeral bullet with a right parenthesis (e.g., i))
BULLET_ROMAN_LC_PERIODRepresents a lower‑case Roman numeral bullet followed by a period (e.g., i.)
BULLET_ROMAN_UC_PERIOD
BULLET_ALPHA_LC_PAREN_BOTHRepresents a lower‑case alphabetic bullet enclosed in parentheses (e.g., (a))
BULLET_ALPHA_LC_PAREN_RIGHTRepresents a lower‑case alphabetic bullet with a right parenthesis (e.g., a))
BULLET_ALPHA_UC_PAREN_BOTHRepresents an upper‑case alphabetic bullet enclosed in parentheses (e.g., (A))
BULLET_ALPHA_UC_PAREN_RIGHTRepresents an upper‑case alphabetic bullet with a right parenthesis (e.g., A))
BULLET_ARABIC_PAREN_BOTHRepresents an Arabic numeral bullet enclosed in parentheses (e.g., (1))
BULLET_ARABIC_PLAINRepresents a plain Arabic numeral bullet without punctuation (e.g., 1)
BULLET_ROMAN_UC_PAREN_BOTHRepresents an upper‑case Roman numeral bullet enclosed in parentheses (e.g., (I))
BULLET_ROMAN_UC_PAREN_RIGHT
BULLET_SIMP_CHIN_PLAINRepresents a plain simplified Chinese numeral bullet (e.g., 一)
BULLET_SIMP_CHIN_PERIODRepresents a simplified Chinese numeral bullet followed by a period (e.g., 一.)
BULLET_CIRCLE_NUM_DB_PLAINRepresents a double‑bordered circle number bullet (e.g., ①)
BULLET_CIRCLE_NUM_WD_WHITE_PLAINRepresents a white‑filled circle number bullet (e.g., ❶)
BULLET_CIRCLE_NUM_WD_BLACK_PLAINRepresents a black‑filled circle number bullet (e.g., ❷)
BULLET_TRAD_CHIN_PLAINRepresents a plain traditional Chinese numeral bullet (e.g., 壹)
BULLET_TRAD_CHIN_PERIOD
BULLET_ARABIC_ALPHA_DASHRepresents an Arabic numeral‑alphabetic dash bullet style (e.g., 1‑a‑)
BULLET_ARABIC_ABJAD_DASHRepresents an Arabic‑Abjad dash bullet style
BULLET_HEBREW_ALPHA_DASHRepresents a Hebrew alphabetic dash bullet style
BULLET_KANJI_KOREAN_PLAINRepresents a plain Kanji/Korean numeral bullet
BULLET_KANJI_KOREAN_PERIODRepresents a Kanji/Korean numeral bullet followed by a period
BULLET_ARABIC_DB_PLAINRepresents a double‑bordered Arabic numeral bullet (e.g., ①)
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

Propietats

NameTypeAccessDescription
valueStringReadStores the string representation of the bullet style

Mètodes

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