net.sf.paperclips.GridPrint.add(Print, int, int)
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]
|
net.sf.paperclips.GridPrint.addFooter(Print, int, int)
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]
|
net.sf.paperclips.GridPrint.addHeader(Print, int, int)
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]
|
net.sf.paperclips.TextPrint.getAlign()
|
net.sf.paperclips.GridPrint.getBodyBackground()
this functionality has been moved to DefaultGridLook.
|
net.sf.paperclips.GridPrint.getCellBorder()
this functionality has been moved to DefaultGridLook.
|
net.sf.paperclips.GridPrint.getFooterBackground()
this functionality has been moved to DefualtGridLook.
|
net.sf.paperclips.GridPrint.getHeaderBackground()
this functionality has been moved to DefaultGridLook.
|
net.sf.paperclips.GridPrint.getHorizontalSpacing()
this functionality has been moved to DefaultGridLook.
|
net.sf.paperclips.TextPrint.getRGB()
|
net.sf.paperclips.GridPrint.getVerticalSpacing()
this functionality has been moved to DefaultGridLook.
|
net.sf.paperclips.PrintUtil.print(Print)
|
net.sf.paperclips.PrintUtil.print(Print, int)
|
net.sf.paperclips.PrintUtil.print(String, Print)
|
net.sf.paperclips.PrintUtil.print(String, Print, int)
|
net.sf.paperclips.PrintUtil.printTo(Printer, Print)
|
net.sf.paperclips.PrintUtil.printTo(Printer, Print, int)
|
net.sf.paperclips.PrintUtil.printTo(String, PrinterData, Print)
|
net.sf.paperclips.PrintUtil.printTo(String, PrinterData, Print, int)
|
net.sf.paperclips.PrintUtil.printTo(String, Printer, Print)
|
net.sf.paperclips.PrintUtil.printTo(String, Printer, Print, int)
|
net.sf.paperclips.TextPrint.setAlign(int)
|
net.sf.paperclips.GridPrint.setBodyBackground(RGB)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setBodyBackground on
the grid look.
|
net.sf.paperclips.GridPrint.setCellBorder(Border)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellBorder on the
grid look.
|
net.sf.paperclips.GridPrint.setFooterBackground(RGB)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setFooterBackground on
the grid look.
|
net.sf.paperclips.GridPrint.setHeaderBackground(RGB)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setHeaderBackground on
the grid look.
|
net.sf.paperclips.GridPrint.setHorizontalSpacing(int)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellSpacing(Point)
on the grid look.
|
net.sf.paperclips.TextPrint.setRGB(RGB)
|
net.sf.paperclips.GridPrint.setVerticalSpacing(int)
this functionality has been moved to DefaultGridLook. Set a
DefaultGridLook on the grid, then call setCellSpacing(Point)
on the grid look.
|