Allow controlling paragraph bullets by Touzen · Pull Request #1060 · scanny/python-pptx

added 19 commits

April 29, 2025 00:36
Using ``False`` (but not ``True``), ``None``, and ``MSO_NUMBERED_BULLET_STYLE`` felt a bit messy.

``True`` (as in, use a default bullet) would be nice, but there is currently no way to infer what bullet to use. From my understanding, determining the bullet would requireus to parse the slide master and layout. Setting a "global" default could cause unexpected behaviour, and it is better that users explicitly choose a bullet.
They don't do very much now that the interaction is done by passing `BulletStyle` objects.