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

has_notes

attributehas_notesbool

layout_name

attributelayout_namestr

part

attributepartstr

shapes

attributeshapesTuple[ShapeManifest, ...]

slide_id

attributeslide_idint

Functions

to_dict

functo_dict() -> dict

Return this slide's manifest entry as a JSON-ready dict, shapes included.

Returns

dict

On this page