_BaseMaster
paper-pptx 0.2.0 API reference
Base class for master objects such as SlideMaster and NotesMaster.
Provides access to placeholders and regular shapes.
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.