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)Methods in org.openpdf.text with parameters of type TableRectangleModifier and TypeMethodDescription(package private) intRow.addElement(TableRectangle element) Adds aCellto theRow.(package private) intRow.addElement(TableRectangle element, int column) Adds an element to theRowat the position given.(package private) voidRow.setElement(TableRectangle aElement, int column) PutsCellto theRowat the position given, doesn't reserve colspan.