예제 #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)