ooodev.format.writer.style.bullet_list.bullet_list module
- class ooodev.format.writer.style.bullet_list.bullet_list.BulletList(name='')[source]
Bases:
StyleName
Style List. Manages List styles for Writer.
Any properties starting with
prop_
set or get current instance values.All methods starting with
fmt_
can be used to chain together Border Table properties.See also
New in version 0.9.0.
- __init__(name='')[source]
Constructor
- Parameters:
name (Any) – Style Name.
- Raises:
ValueError – If Name is
None
or empty string.- Return type:
None
See also
- property list_01: BulletList
Gets List style 01 (Bullet •)
- Return type:
- property list_02: BulletList
Gets List style 01 (Dash –)
- Return type:
- property list_03: BulletList
Gets List style 03 (🗹 [checkbox like])
- Return type:
- property list_04: BulletList
Gets List style 0 (triangle like)
- Return type:
- property list_05: BulletList
Gets List style 05 (Bullet ꭗ)
- Return type:
- property none: BulletList
Gets Style that is set to no list style
- Return type:
- property num_123: BulletList
Gets List style Numbering
123
- Return type:
- property num_ABC: BulletList
Gets List style Numbering
ABC
(upper case)- Return type:
- property num_IVX: BulletList
Gets List style Numbering
IVX
(upper case)- Return type:
- property num_abc: BulletList
Gets List style Numbering
abc
(lower case)- Return type:
- property num_ivx: BulletList
Gets List style Numbering
ivx
(lower case)- Return type:
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
- property prop_name: str
Gets/Sets Character style name
- Return type:
str