get_result_of_smart_art方法
get_result_of_smart_art()
将智能艺术转换为分组形状。
def get_result_of_smart_art(self):
...
例子
groupShape = shape.get_result_of_smart_art()
if groupShape != None:
pass
将智能艺术转换为分组形状。
def get_result_of_smart_art(self):
...
groupShape = shape.get_result_of_smart_art()
if groupShape != None:
pass