Ejemplo n.º 1
0
 def shapes(self):
     """
     Instance of |MasterShapes| containing sequence of shape objects
     appearing on this slide.
     """
     return MasterShapes(self._element.spTree, self)
Ejemplo n.º 2
0
 def factory_fixture(self, _MasterShapeFactory_, placeholder_):
     shapes = MasterShapes(None, None)
     sp = element('p:sp')
     return shapes, sp, _MasterShapeFactory_, placeholder_