bulletPreset property

String? bulletPreset
getter/setter pair

The kinds of bullet glyphs to be used. Possible string values are:

  • "BULLET_GLYPH_PRESET_UNSPECIFIED" : The bullet glyph preset is unspecified.
  • "BULLET_DISC_CIRCLE_SQUARE" : A bulleted list with a DISC, CIRCLE and SQUARE bullet glyph for the first 3 list nesting levels.
  • "BULLET_DIAMONDX_ARROW3D_SQUARE" : A bulleted list with a DIAMONDX, ARROW3D and SQUARE bullet glyph for the first 3 list nesting levels.
  • "BULLET_CHECKBOX" : A bulleted list with CHECKBOX bullet glyphs for all list nesting levels.
  • "BULLET_ARROW_DIAMOND_DISC" : A bulleted list with a ARROW, DIAMOND and DISC bullet glyph for the first 3 list nesting levels.
  • "BULLET_STAR_CIRCLE_SQUARE" : A bulleted list with a STAR, CIRCLE and SQUARE bullet glyph for the first 3 list nesting levels.
  • "BULLET_ARROW3D_CIRCLE_SQUARE" : A bulleted list with a ARROW3D, CIRCLE and SQUARE bullet glyph for the first 3 list nesting levels.
  • "BULLET_LEFTTRIANGLE_DIAMOND_DISC" : A bulleted list with a LEFTTRIANGLE, DIAMOND and DISC bullet glyph for the first 3 list nesting levels.
  • "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE" : A bulleted list with a DIAMONDX, HOLLOWDIAMOND and SQUARE bullet glyph for the first 3 list nesting levels.
  • "BULLET_DIAMOND_CIRCLE_SQUARE" : A bulleted list with a DIAMOND, CIRCLE and SQUARE bullet glyph for the first 3 list nesting levels.
  • "NUMBERED_DECIMAL_ALPHA_ROMAN" : A numbered list with DECIMAL, ALPHA and ROMAN numeric glyphs for the first 3 list nesting levels, followed by periods.
  • "NUMBERED_DECIMAL_ALPHA_ROMAN_PARENS" : A numbered list with DECIMAL, ALPHA and ROMAN numeric glyphs for the first 3 list nesting levels, followed by parenthesis.
  • "NUMBERED_DECIMAL_NESTED" : A numbered list with DECIMAL numeric glyphs separated by periods, where each nesting level uses the previous nesting level's glyph as a prefix. For example: '1.', '1.1.', '2.', '2.2.'.
  • "NUMBERED_UPPERALPHA_ALPHA_ROMAN" : A numbered list with UPPERALPHA, ALPHA and ROMAN numeric glyphs for the first 3 list nesting levels, followed by periods.
  • "NUMBERED_UPPERROMAN_UPPERALPHA_DECIMAL" : A numbered list with UPPERROMAN, UPPERALPHA and DECIMAL numeric glyphs for the first 3 list nesting levels, followed by periods.
  • "NUMBERED_ZERODECIMAL_ALPHA_ROMAN" : A numbered list with ZERODECIMAL, ALPHA and ROMAN numeric glyphs for the first 3 list nesting levels, followed by periods.

Implementation

core.String? bulletPreset;