ICommentCollection

ICommentCollection — Aspose.Slides FOSS Python API Reference

概述

ICommentCollection 代码是 i comment 对象的集合.浏览下面表中的属性和方法,以了解此类型的完整公共 API 表面.这里列出的所有成员都是稳定的公开 API 的一部分,可能用于针对 FOSS 版本的生产代碼.请参阅包文档来查看安装说明以及相关类别的全清单.

Package: aspose.slides_foss


描述情况

ICommentCollection 是Python的Aspose.Slides FOSS库中的一个类,它暴露了7个方法和2个属性用于编程使用. 它扩展到 ABC, 继承了其母型的共享功能.

核心能力包括: list; list[icomment]; icomment.这些操作使开发人员能够直接将icommentcollection功能集成到Python应用中.

属性

Property类型Access描述情况
as_i_collectionlist仅读取收藏值为_i.
as_i_enumerableAny仅读取值是可数的.

方法

Method收益率描述情况
to_array()list[IComment]将该对象转换为一个 _ 阵列表示.
add_comment(text, slide, position, creation_time)IComment添加一个评论到这个集合.
insert_comment(index, text, slide, position, creation_time)IComment执行 insert_comment操作.
remove_at(index)None从这个集合中删除指定的 _at.
remove(comment)None从这个集合中删除指定.
clear()None执行清晰的操作.

查看更多

 中文