is_resize_shape_to_fit_text 属性
is_resize_shape_to_fit_text 属性
获取或设置形状是否应自动调整以完全包含其中描述的文本。自动拟合是 当缩放形状内的文本以包含内部的所有文本时。
定义:
@property
def is_resize_shape_to_fit_text(self):
...
@is_resize_shape_to_fit_text.setter
def is_resize_shape_to_fit_text(self, value):
...