ICellCollection

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描述情况
slideIBaseSlide阅读返回主幻灯片.
presentationIPresentation阅读返回包含该组件的表达式.

方法

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返回包含该组件的表达式.

查看更多

 中文