| Package | Description |
|---|---|
| net.sf.paperclips |
Core classes for creating printable documents.
|
| 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.
|