Пример #1
0
 def textbox(self):
     return _Shape(test_shape_elements.textbox)
Пример #2
0
 def placeholder(self):
     return _Shape(test_shape_elements.placeholder)
Пример #3
0
 def rounded_rectangle(self):
     return _Shape(test_shape_elements.rounded_rectangle)
Пример #4
0
 def autoshape(self):
     return _Shape(test_shape_elements.autoshape)