Uses of Class
net.sf.paperclips.GridPrint
-
Packages that use GridPrint Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of GridPrint in net.sf.paperclips
Methods in net.sf.paperclips that return GridPrint Modifier and Type Method Description protected GridPrint
FactoryPrint. grid(java.lang.String columns)
Deprecated.Returns a GridPrint with columns using the given argument.protected GridPrint
FactoryPrint. grid(java.lang.String columns, int spacing)
Deprecated.Returns a GridPrint with the given columns and spacing.
-