Uses of Class
com.lowagie.text.Row
-
Packages that use Row Package Description com.lowagie.text -
-
Uses of Row in com.lowagie.text
Fields in com.lowagie.text with type parameters of type Row Modifier and Type Field Description private java.util.ArrayList<Row>
Table. rows
This is the list ofRow
s.Method parameters in com.lowagie.text with type arguments of type Row Modifier and Type Method Description private void
Table. placeCell(java.util.ArrayList<Row> someRows, Cell aCell, java.awt.Point aPosition)
Inserts a Cell in a cell-array and reserves cells defined by row-/colspan.
-