Cells

遗产: java.lang.Object

所有已实现的接口: java.lang.Iterable

public final class Cells implements Iterable<Cell>

表示行的单元格集合。

构造函数

构造函数描述
Cells()

方法

方法描述
add()将单元格添加到集合中。
add(Cell cell)将单元格添加到集合中。
add(String text)将单元格添加到集合中。
add(String text, TextState ts)将单元格添加到集合中。
equals(Object arg0)
getClass()
getCount()物品很重要。
get_Item(int index)获取单元格。
hashCode()
insert(int index, Cell cell)将单元格插入集合。
iterator()获取集合的枚举器。
notify()
notifyAll()
remove(Cell cell)从集合中删除单元格集。
remove(Object obj)从集合中删除单元格集。
removeRange(int index, int count)从集合中删除单元格集。
set_Item(int index, Cell value)设置单元格。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Cells()

public Cells()

add()

public Cell add()

将单元格添加到集合中。

退货: Cell - 新细胞

add(Cell cell)

public void add(Cell cell)

将单元格添加到集合中。

参数:

范围类型描述
cellCell要收集的单元格。

add(String text)

public Cell add(String text)

将单元格添加到集合中。

参数:

范围类型描述
textjava.lang.String单元格的文本。

退货: Cell - 新细胞

add(String text, TextState ts)

public Cell add(String text, TextState ts)

将单元格添加到集合中。

参数:

范围类型描述
textjava.lang.String单元格的文本。
tsTextState文本状态。

退货: Cell - 新细胞

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCount()

public int getCount()

物品很重要。

退货: int - 整数值

get_Item(int index)

public Cell get_Item(int index)

获取单元格。

参数:

范围类型描述
indexint细胞指数。

退货: Cell 细胞对象

hashCode()

public native int hashCode()

退货: 整数

insert(int index, Cell cell)

public void insert(int index, Cell cell)

将单元格插入集合。

参数:

范围类型描述
indexint选定的索引。
cellCell选定的单元格。

iterator()

public Iterator<Cell> iterator()

获取集合的枚举器。

退货: java.util.Iterator<com.aspose.pdf.Cell> - Cell 实例的迭代器

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(Cell cell)

public void remove(Cell cell)

从集合中删除单元格集。

参数:

范围类型描述
cellCell单元格对象。

remove(Object obj)

public void remove(Object obj)

从集合中删除单元格集。

参数:

范围类型描述
objjava.lang.Object物体。

removeRange(int index, int count)

public void removeRange(int index, int count)

从集合中删除单元格集。

参数:

范围类型描述
indexint集合索引。
countint行计数。

set_Item(int index, Cell value)

public void set_Item(int index, Cell value)

设置单元格。

参数:

范围类型描述
indexint细胞指数。
valueCell单元格值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int