is_text_wrapped属性
is_text_wrapped属性
获取或设置包含文本的形状的文本环绕类型。
例子
shapeTextAlignment.is_text_wrapped = True
定义:
@property
def is_text_wrapped(self):
...
@is_text_wrapped.setter
def is_text_wrapped(self, value):
...
获取或设置包含文本的形状的文本环绕类型。
shapeTextAlignment.is_text_wrapped = True
@property
def is_text_wrapped(self):
...
@is_text_wrapped.setter
def is_text_wrapped(self, value):
...