Uses of Class
com.lowagie.text.TableRectangle
-
Packages that use TableRectangle Package Description com.lowagie.text -
-
Uses of TableRectangle in com.lowagie.text
Subclasses of TableRectangle in com.lowagie.text Modifier and Type Class Description classCellACellis aRectanglecontaining otherElements.classTableATableis aRectanglethat containsCells, ordered in some kind of matrix.Fields in com.lowagie.text declared as TableRectangle Modifier and Type Field Description protected TableRectangle[]Row. cellsThis is the array of Objects (CellorTable).Methods in com.lowagie.text that return TableRectangle Modifier and Type Method Description TableRectangleRow. getCell(int column)Gets aCellorTablefrom a certain column.TableRectangleTable. getElement(int row, int column)returns the element at the position row, column (Cast to Cell or Table)
-