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):
    ...

也可以看看