IParagraphCollection

IParagraphCollection — Aspose.Slides FOSS Python API Reference

概述

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

Package: aspose.slides_foss


描述情况

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

核心能力包括: islidecomponent; none; none.这些操作使开发人员能够直接将iparagraphcollection功能集成到Python应用中.

属性

Property类型Access描述情况
countint仅读取计数值.
as_i_slide_componentISlideComponent仅读取作为_i_slide_组件的值.
as_i_enumerableAny仅读取值是可数的.

方法

Method收益率描述情况
add()int将一个段落添加到该集合中,并返回其索引.
insert(index)None执行插入操作.
clear()None执行清晰的操作.
remove_at(index)None从这个集合中删除指定的 _at.
remove(item)bool从这个集合中删除指定.

查看更多

 中文