Paper Office
paper-pptxAPI referencediff

SlideRef

paper-pptx 0.2.0 API reference

Identifies a slide by id, position, and title.

SlideRef(slide_id: int, position: int, title: Optional[str])

Attributes

position

attributepositionint

slide_id

attributeslide_idint

title

attributetitleOptional[str]

Functions

to_dict

functo_dict() -> dict

Return this slide reference as a JSON-ready dict.

Returns

dict

On this page