IRowCollection

Overview

IRowCollection 是一个面接在Aspose.Slides FOSS for Java 中.

表示表中的行集合.

这个接口提供了7种方法,用于在Java程序中使用IRowCollection对象. 有的方法包括: addClone, asICollection, asIEnumerable, get, insertClone, removeAt, size. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序.

Methods

SignatureDescription
get(index: int)IRow得到指定的索引.
size()int返回集合中的行数.
addClone(templ: IRow, withAttachedRows: boolean)IRow[]将给定的行的克隆添加到集合中.
insertClone(index: int, templ: IRow, withAttachedRows: boolean)IRow[]在指定索引中插入给定行的克隆.
removeAt(firstRowIndex: int, withAttachedRows: boolean)删除指定索引的行.
asICollection()List<IRow>返回集合为{@链接列表}.
asIEnumerable()Iterable<IRow>返回集合为一个 {@链接可重复}.

See Also

 中文