is_rich_text 属性
is_rich_text 属性
文本是否为富文本。
例子
if shape.is_rich_text:
print("The text is rich text.")
定义:
@property
def is_rich_text(self):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Oval
文本是否为富文本。
if shape.is_rich_text:
print("The text is rich text.")
@property
def is_rich_text(self):
...