Uses of Class
net.sf.paperclips.PageEnumeration
-
Packages that use PageEnumeration Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of PageEnumeration in net.sf.paperclips
Methods in net.sf.paperclips that return PageEnumeration Modifier and Type Method Description static PageEnumeration
PaperClips. getPageEnumeration(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
Returns aPageEnumeration
for the passed in PrintJob on the given Printer, using the given GC.
-