Exemplo n.º 1
0
 def textbox(self):
     return _Shape(test_shape_elements.textbox)
Exemplo n.º 2
0
 def placeholder(self):
     return _Shape(test_shape_elements.placeholder)
Exemplo n.º 3
0
 def rounded_rectangle(self):
     return _Shape(test_shape_elements.rounded_rectangle)
Exemplo n.º 4
0
 def autoshape(self):
     return _Shape(test_shape_elements.autoshape)