CellCollection
CellCollection
概述
CellCollection 是Python的Aspose.Slides FOSS中的一个类. 继承人: BaseCollection, ICellCollection.
代表一个细胞集合.
特性: as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component, length, presentation,另外一个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
slide | IBaseSlide | 阅读 | 返回一个 CellCollection 的父幻灯片. |
presentation | IPresentation | 阅读 | 返回一个 CellCollection 的父表达式. |
as_i_slide_component | ISlideComponent | 阅读 | 得到了作为i滑动组件. |
as_i_presentation_component | IPresentationComponent | 阅读 | 得到了作为i的表达组件. |
as_i_collection | list | 阅读 | 得到了我的收藏. |
as_i_enumerable | Any | 阅读 | 得到的数量是无数. |
length | int | 阅读 | 返回元素数量. |