| 115 | |
| 116 | |
| 117 | class 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 | |
| 124 | class CT_Point2D(ElementBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…