text_body属性
text_body属性
获取和设置形状文本的设置。
例子
fontSettingCollection = shape.text_body
fontSettingCollection.text = "This is a test."
定义:
@property
def text_body(self):
...
获取和设置形状文本的设置。
fontSettingCollection = shape.text_body
fontSettingCollection.text = "This is a test."
@property
def text_body(self):
...