Uses of Class
com.lowagie.text.TableRectangle
Packages that use TableRectangle
-
Uses of TableRectangle in com.lowagie.text
Subclasses of TableRectangle in com.lowagie.textFields in com.lowagie.text declared as TableRectangleModifier and TypeFieldDescriptionprotected TableRectangle[]Row.cellsDeprecated.This is the array of Objects (CellorTable).Methods in com.lowagie.text that return TableRectangleModifier and TypeMethodDescriptionRow.getCell(int column) Deprecated.Gets aCellorTablefrom a certain column.Table.getElement(int row, int column) Deprecated.returns the element at the position row, column (Cast to Cell or Table)Methods in com.lowagie.text with parameters of type TableRectangleModifier and TypeMethodDescription(package private) intRow.addElement(TableRectangle element) Deprecated.Adds aCellto theRow.(package private) intRow.addElement(TableRectangle element, int column) Deprecated.Adds an element to theRowat the position given.(package private) voidRow.setElement(TableRectangle aElement, int column) Deprecated.PutsCellto theRowat the position given, doesn't reserve colspan.