|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Table in aspose.pdf |
---|
Methods in aspose.pdf that return Table | |
---|---|
Table |
Table.getNextBrokenTable()
Gets the next broken table |
Table |
Table.getRepeatingRowsTable()
Gets a Table object that contains repeating rows. |
Table |
Cell.getTable()
Gets a Table object that contains the cell. |
Table |
Row.getTable()
Gets a Table reference which indicates where the row is in. |
Table |
Rows.getTable()
Gets parentTable object |
Methods in aspose.pdf with parameters of type Table | |
---|---|
void |
Table.setNextBrokenTable(Table value)
Sets the next broken table |
void |
Table.setRepeatingRowsTable(Table value)
Sets a Table object that contains repeating rows. |
void |
Cell.setTable(Table tab)
Sets a Table object that contains the cell. |
void |
Row.setTable(Table tableIn)
Sets a Table reference which indicates where the row is in. |
void |
Rows.setTable(Table value)
Sets the parent table |
Constructors in aspose.pdf with parameters of type Table | |
---|---|
Cell(Table table)
Constructor - initializes a new instance of the Cell class in a table. |
|
Row(Table table)
Initializes a new instance of the Row class in a table. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |