wrap_text_in_shape属性
wrap_text_in_shape属性
指定形状内的文本换行。 False — 文本主体不会换行。 真 - 文本主体将换行。
定义:
@property
def wrap_text_in_shape(self):
...
@wrap_text_in_shape.setter
def wrap_text_in_shape(self, value):
...
指定形状内的文本换行。 False — 文本主体不会换行。 真 - 文本主体将换行。
@property
def wrap_text_in_shape(self):
...
@wrap_text_in_shape.setter
def wrap_text_in_shape(self, value):
...