MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_NonVisualDrawingShapeProps

Class CT_NonVisualDrawingShapeProps

lab/cust-elm-classes/main.py:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117class CT_NonVisualDrawingShapeProps(ElementBase):
118 """<p:cNvSpPr>"""
119 # attributes ----------------------
120 txBox = property(lambda self: self.get('txBox'),
121 lambda self, value: self.set('txBox', value))
122
123
124class CT_Point2D(ElementBase):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…