IColumnCollection

IColumnCollection

Overview

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

表示表中的列集合.

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

Methods

SignatureDescription
get(index: int)IColumn得到列在指定索引.
size()int返回集合中的列数.
addClone(templ: IColumn, withAttachedColumns: boolean)List<IColumn>创建指定模板列的副本并将其添加到最后.
insertClone(index: int, templ: IColumn, withAttachedColumns: boolean)List<IColumn>创建指定模板列的副本并将其插入到所指定的索引中.
removeAt(firstColumnIndex: int, withAttachedRows: boolean)删除指定索引中的列.
asICollection()List<IColumn>返回集合为{@链接列表}.
asIEnumerable()Iterable<IColumn>返回集合为一个 {@链接可重复}.

See Also

 中文