numbered_bullet_style property

numbered_bullet_style property

Returns or sets the style of a numbered bullet with no inheritance. Read/write NumberedBulletStyle.

Definition:

@property
def numbered_bullet_style(self):
    ...

@numbered_bullet_style.setter
def numbered_bullet_style(self, value):
    ...

See Also