Package | Description |
---|---|
com.lowagie.text |
Modifier and Type | Class and Description |
---|---|
class |
Cell
A
Cell is a Rectangle containing other
Element s. |
class |
Table
A
Table is a Rectangle that contains Cell s,
ordered in some kind of matrix. |
Modifier and Type | Field and Description |
---|---|
protected TableRectangle[] |
Row.cells
This is the array of Objects (
Cell or Table ). |
Modifier and Type | Method and Description |
---|---|
TableRectangle |
Row.getCell(int column)
Gets a
Cell or Table from a certain column. |
TableRectangle |
Table.getElement(int row,
int column)
returns the element at the position row, column
(Cast to Cell or Table)
|
Copyright © 2020. All rights reserved.