get_characters方法
get_characters()
返回所有字符对象 表示评论文本中的一系列字符。
返回
所有角色对象
def get_characters(self):
...
例子
list = comment1.get_characters()
也可以看看
- 模块 aspose.cells
- 类 Comment
返回所有字符对象 表示评论文本中的一系列字符。
所有角色对象
def get_characters(self):
...
list = comment1.get_characters()