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
attributepositionintslide_id
attributeslide_idinttitle
attributetitleOptional[str]Functions
to_dict
functo_dict() -> dictReturn this slide reference as a JSON-ready dict.
Returns
dict