ICellCollection
概述
ICellCollection 是一个面接在Aspose.Slides FOSS for Java 中. 继承人: ISlideComponent, IPresentationComponent.
代表一个细胞集合.
这个接口提供了8种方法,用于在Java程序中与ICellCollection对象工作. 有的方法包括: asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, get, getPresentation, getSlide, size. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: presentation, slide.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
slide | IBaseSlide | 阅读 | 返回主幻灯片. |
presentation | IPresentation | 阅读 | 返回包含该组件的表达式. |
方法
| Signature | 描述情况 |
|---|---|
get(index: int) → ICell | 获取指定索引处的单元格。. |
size() → int | 返回集合中的细胞数量. |
asISlideComponent() → ISlideComponent | 返回基本的 {@link ISlideComponent}接口. |
asICollection() → List<ICell> | 返回集合为{@链接列表}. |
asIEnumerable() → Iterable<ICell> | 返回集合为一个 {@链接可重复}. |
getSlide() → IBaseSlide | 返回主幻灯片. |
asIPresentationComponent() → IPresentationComponent | 返回基本的 {@link IPresentationComponent}接口. |
getPresentation() → IPresentation | 返回包含该组件的表达式. |