Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultGridLook |
A GridLook which draws a border around grid cells, with configurable
background colors for body, header, and footer cells.
|
Modifier and Type | Method | Description |
---|---|---|
GridLook |
GridPrint.getLook() |
Returns the grid's look.
|
Modifier and Type | Method | Description |
---|---|---|
void |
GridPrint.setLook(GridLook look) |
Sets the grid's look.
|
Constructor | Description |
---|---|
GridPrint(java.lang.String columns,
GridLook look) |
Constructs a GridPrint with the given columns and look.
|
GridPrint(GridColumn[] columns,
GridLook look) |
Constructs a GridPrint with the given columns and look.
|
GridPrint(GridLook look) |
Constructs a GridPrint with no columns and the given look.
|