JavaScript is disabled on your browser.
Contents
Deprecated Classes
Reminder to remove references to DebugPrint when you're done
debugging a print job.
This class will be removed in a future release.
Deprecated Methods
Use
GridPrint.add(int, Print, int)
instead. GridPrint's add
method signatures have been rearranged to coincide with the
GridColumn column spec format: [alignment]:content:[colspan]
Use
GridPrint.addFooter(int, Print, int)
instead. GridPrint's
addFooter method signatures have been rearranged to coincide
with the GridColumn column spec format:
[alignment]:content:[colspan]
Use
GridPrint.addHeader(int, Print, int)
instead. GridPrint's
addHeader method signatures have been rearranged to coincide
with the GridColumn column spec format:
[alignment]:content:[colspan]
this functionality has been moved to DefaultGridLook.
this functionality has been moved to DefaultGridLook.
this functionality has been moved to DefualtGridLook.
this functionality has been moved to DefaultGridLook.
this functionality has been moved to DefaultGridLook.
this functionality has been moved to DefaultGridLook.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setBodyBackground on
the grid look.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellBorder on the
grid look.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setFooterBackground on
the grid look.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setHeaderBackground on
the grid look.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellSpacing(Point)
on the grid look.
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellSpacing(Point)
on the grid look.
Deprecated Constructors
use GridPrint(String) instead, then set a DefaultGridLook on
the grid with the desired cell spacing.
use GridPrint(String) instead, then set a DefaultGridLook on
the grid with the desired cell spacing.
use GridPrint(GridColumn[]) instead, then set a
DefaultGridLook on the grid with the desired cell spacing.
use GridPrint(GridColumn[]) instead, then set a
DefaultGridLook on the grid with the desired cell spacing.
PagePrint(PageDecoration, Print, PageDecoration) instead.