Paper Office
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

attributealignmentEffectiveValue

bullet

attributebulletEffectiveBullet

bullet_font

attributebullet_fontEffectiveValue

bullet_size

attributebullet_sizeEffectiveValue

line_spacing

attributeline_spacingEffectiveValue

Functions

to_dict

functo_dict() -> dict

Return the resolved paragraph format as a JSON-ready dict under the paper-effective- paragraph-format schema.

Returns

dict

On this page