Uses of Class
net.sf.paperclips.GridCell
-
Packages that use GridCell Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of GridCell in net.sf.paperclips
Methods in net.sf.paperclips that return GridCell Modifier and Type Method Description GridCell[][]GridPrint. getBodyCells()Returns an array containing the body cells in the grid.GridCell[][]GridPrint. getFooterCells()Returns an array containing the footer cells in the grid.GridCell[][]GridPrint. getHeaderCells()Returns an array containing the header cells in this grid.
-