is_visible 属性
is_visible 属性
表示评论是否可见。
例子
if comment1.is_visible:
pass
定义:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
表示评论是否可见。
if comment1.is_visible:
pass
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...