Uses of Class
org.openpdf.text.TableRectangle
Packages that use TableRectangle
-
Uses of TableRectangle in org.openpdf.text
Subclasses of TableRectangle in org.openpdf.textModifier and TypeClassDescriptionclassACellis aRectanglecontaining otherElements.classATableis aRectanglethat containsCells, ordered in some kind of matrix.Fields in org.openpdf.text declared as TableRectangleModifier and TypeFieldDescriptionprotected TableRectangle[]Row.cellsThis is the array of Objects (CellorTable).Methods in org.openpdf.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)