is_threaded_comment 属性
is_threaded_comment 属性
指示此评论是否是线程评论。
例子
if comment1.is_threaded_comment:
pass
定义:
@property
def is_threaded_comment(self):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
指示此评论是否是线程评论。
if comment1.is_threaded_comment:
pass
@property
def is_threaded_comment(self):
...