Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
Row |
Rows.add()
Add row to collection.
|
Row |
Rows.get_Item(int index)
Gets row.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
Rows.iterator()
Gets collection's enumerator
|
Modifier and Type | Method and Description |
---|---|
void |
Rows.add(Row row)
Add row to cellection.
|
int |
Rows.indexOf(Row row)
Returns index of row in collection.
|
void |
Rows.remove(Row row)
Remove row from collection.
|
void |
Rows.set_Item(int index,
Row value)
Sets row.
|