NotesMaster
paper-pptx 0.2.0 API reference
Proxy for the notes master XML document.
Provides access to shapes, the most commonly used of which are placeholders.
Attributes
background
attributebackground_Background_Background object providing slide background properties.
This property returns a _Background object whether or not the
slide, master, or layout has an explicitly defined background.
The same _Background object is returned on every call for the same
slide object.
element
attributeelementThe lxml element proxied by this object.
name
attributenamestrString representing the internal name of this slide.
Returns an empty string ('') if no name is assigned. Assigning an empty string or None
to this property causes any name to be removed.
part
attributepartXmlPartThe package part containing this object.
placeholders
attributeplaceholdersMasterPlaceholdersMasterPlaceholders collection of placeholder shapes in this master.
Sequence sorted in idx order.
shapes
attributeshapesInstance of MasterShapes containing sequence of shape objects
appearing on this slide.