paper-pptxAPI referenceinspect
SlideManifest
paper-pptx 0.2.0 API reference
Structural facts of one slide.
SlideManifest(part: str, slide_id: int, layout_name: str, has_notes: bool, shapes: Tuple[ShapeManifest, ...], alternate_content_count: int = 0)Attributes
alternate_content_count
attributealternate_content_countint= 0has_notes
attributehas_notesboollayout_name
attributelayout_namestrpart
attributepartstrshapes
attributeshapesTuple[ShapeManifest, ...]slide_id
attributeslide_idintFunctions
to_dict
functo_dict() -> dictReturn this slide's manifest entry as a JSON-ready dict, shapes included.
Returns
dict