paper-pptxAPI referenceinspect
EffectiveParagraphFormat
paper-pptx 0.2.0 API reference
Effective alignment, line spacing, and bullet of one paragraph (paper-pptx addition).
EffectiveParagraphFormat(alignment: EffectiveValue, line_spacing: EffectiveValue, bullet: EffectiveBullet, bullet_font: EffectiveValue, bullet_size: EffectiveValue)Attributes
alignment
attributealignmentEffectiveValuebullet
attributebulletEffectiveBulletbullet_font
attributebullet_fontEffectiveValuebullet_size
attributebullet_sizeEffectiveValueline_spacing
attributeline_spacingEffectiveValueFunctions
to_dict
functo_dict() -> dictReturn the resolved paragraph format as a JSON-ready dict under the paper-effective- paragraph-format schema.
Returns
dict