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.

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

default = <ooodev.format.writer.style.bullet_list.bullet_list.BulletList object>[source]
property list_01: BulletList

Gets List style 01 (Bullet •)

Return type:

BulletList

property list_02: BulletList

Gets List style 01 (Dash –)

Return type:

BulletList

property list_03: BulletList

Gets List style 03 (🗹 [checkbox like])

Return type:

BulletList

property list_04: BulletList

Gets List style 0 (triangle like)

Return type:

BulletList

property list_05: BulletList

Gets List style 05 (Bullet ꭗ)

Return type:

BulletList

property none: BulletList

Gets Style that is set to no list style

Return type:

BulletList

property num_123: BulletList

Gets List style Numbering 123

Return type:

BulletList

property num_ABC: BulletList

Gets List style Numbering ABC (upper case)

Return type:

BulletList

property num_IVX: BulletList

Gets List style Numbering IVX (upper case)

Return type:

BulletList

property num_abc: BulletList

Gets List style Numbering abc (lower case)

Return type:

BulletList

property num_ivx: BulletList

Gets List style Numbering ivx (lower case)

Return type:

BulletList

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_name: str

Gets/Sets Character style name

Return type:

str