Paper Office
paper-pptxAPI referencetext.bullet

pptx.text.bullet

paper-pptx 0.2.0 API reference

BulletFormat proxy, providing bullet and numbering control for a paragraph (paper-pptx).

Upstream python-pptx exposes paragraph indent levels but no way to make a real PowerPoint bullet in an arbitrary text box, which pushes callers into fake glyph bullets ("• " or "- " as literal text). BulletFormat writes the real a:pPr bullet vocabulary through the oxml descriptor layer.

DEFAULT_BULLET_HANGING_INDENT

attributeDEFAULT_BULLET_HANGING_INDENT
= Emu(171450)

DEFAULT_BULLET_LEFT_MARGIN

attributeDEFAULT_BULLET_LEFT_MARGIN
= Emu(342900)

On this page