Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New 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)
Returns row.
|
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) |
Copyright © 2017 Aspose. All Rights Reserved.