update_smart_art 属性
update_smart_art 属性
指示是否更新智能艺术设置。 默认值为假。
评论
只有调用 Shape.GetResultOfSmartArt() 方法后的效果和缓存的形状存在于模板文件中。
定义:
@property
def update_smart_art(self):
...
@update_smart_art.setter
def update_smart_art(self, value):
...
指示是否更新智能艺术设置。 默认值为假。
只有调用 Shape.GetResultOfSmartArt() 方法后的效果和缓存的形状存在于模板文件中。
@property
def update_smart_art(self):
...
@update_smart_art.setter
def update_smart_art(self, value):
...