paper-pptxAPI referenceshared
ElementProxy
paper-pptx 0.2.0 API reference
Base class for lxml element proxy classes.
An element proxy class is one whose primary responsibilities are fulfilled by manipulating the attributes and child elements of an XML element. They are the most common type of class in python-pptx other than custom element (oxml) classes.
ElementProxy(element: BaseOxmlElement)Attributes
element
attributeelementThe lxml element proxied by this object.