Rows
内容
[
隐藏
]遗产: java.lang.Object
所有已实现的接口: java.lang.Iterable
public final class Rows implements Iterable<Row>
表示表的行集合。
构造函数
| 构造函数 | 描述 |
|---|---|
| Rows() |
方法
| 方法 | 描述 |
|---|---|
| add() | 将行添加到集合。 |
| add(Row row) | 将行添加到 cellection。 |
| equals(Object arg0) | |
| getClass() | |
| getCount() | 物品很重要。 |
| get_Item(int index) | 获取行。 |
| hashCode() | |
| indexOf(Row row) | 返回集合中行的索引。 |
| iterator() | 获取集合的枚举器。 |
| iterator_Rename_Namesake() | ReservedForInternalUse 仅供内部使用。 |
| notify() | |
| notifyAll() | |
| remove(Row row) | 从集合中删除行。 |
| removeAt(int index) | 从集合中删除位置处的行。 |
| removeRange(int index, int count) | 从集合中删除行集。 |
| set_Item(int index, Row value) | 设置行。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Rows()
public Rows()
add()
public Row add()
将行添加到集合。
退货: Row - 新行
add(Row row)
public void add(Row row)
将行添加到 cellection。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Row | 新行。 |
equals(Object arg0)
public boolean equals(Object arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
退货: 布尔值
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getCount()
public int getCount()
物品很重要。
退货: int - 整数值
get_Item(int index)
public Row get_Item(int index)
获取行。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 行索引。 |
退货: Row - 行对象
hashCode()
public native int hashCode()
退货: 整数
indexOf(Row row)
public int indexOf(Row row)
返回集合中行的索引。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Row | 现有行。 |
退货: int - 行索引
iterator()
public Iterator<Row> iterator()
获取集合的枚举器。
退货: java.util.Iterator<com.aspose.pdf.Row> - Row 实例的迭代器
iterator_Rename_Namesake()
public System.Collections.IEnumerator iterator_Rename_Namesake()
ReservedForInternalUse 仅供内部使用。
退货: com.aspose.ms.System.Collections.IEnumerator - IEnumerator 对象
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(Row row)
public void remove(Row row)
从集合中删除行。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Row | 现有行。 |
removeAt(int index)
public void removeAt(int index)
从集合中删除位置处的行。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 集合索引。 |
removeRange(int index, int count)
public void removeRange(int index, int count)
从集合中删除行集。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 集合索引。 |
| count | int | 行计数。 |
set_Item(int index, Row value)
public void set_Item(int index, Row value)
设置行。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| index | int | 行索引。 |
| value | Row | 行对象 |
toString()
public String toString()
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |