def textbox(self):
     return _Shape(test_shape_elements.textbox)
 def placeholder(self):
     return _Shape(test_shape_elements.placeholder)
 def rounded_rectangle(self):
     return _Shape(test_shape_elements.rounded_rectangle)
 def autoshape(self):
     return _Shape(test_shape_elements.autoshape)