paper-pptxAPI referenceshared
ParentedElementProxy
paper-pptx 0.2.0 API reference
Provides access to ancestor objects and part.
An ancestor may occasionally be required to provide a service, such as add or drop a
relationship. Provides the :attr:_parent attribute to subclasses and the public
:attr:parent read-only property.
ParentedElementProxy(element: BaseOxmlElement, parent: ProvidesPart)Attributes
element
attributeelementThe lxml element proxied by this object.
parent
attributeparentThe ancestor proxy object to this one.
For example, the parent of a shape is generally the SlideShapes object that contains it.
part
attributepartXmlPartThe package part containing this object.