Uses of Class
com.lowagie.text.TableRectangle
Packages that use TableRectangle
-
Uses of TableRectangle in com.lowagie.text
Subclasses of TableRectangle in com.lowagie.textModifier and TypeClassDescriptionclassACellis aRectanglecontaining otherElements.classATableis aRectanglethat containsCells, ordered in some kind of matrix.Fields in com.lowagie.text declared as TableRectangleModifier and TypeFieldDescriptionprotected TableRectangle[]Row.cellsThis is the array of Objects (CellorTable).Methods in com.lowagie.text that return TableRectangleModifier and TypeMethodDescriptionRow.getCell(int column) Gets aCellorTablefrom a certain column.Table.getElement(int row, int column) returns the element at the position row, column (Cast to Cell or Table)