Paper Office
paper-pptxAPI referencediff

ShapeRef

paper-pptx 0.2.0 API reference

Identifies a slide-scoped shape by stable id and display name.

ShapeRef(shape_id: int, name: str)

Attributes

name

attributenamestr

shape_id

attributeshape_idint

Functions

to_dict

functo_dict() -> dict

Return this shape reference as a JSON-ready dict.

Returns

dict

On this page