Uses of Class
net.sf.paperclips.PrintJob
Packages that use PrintJob
-
Uses of PrintJob in net.sf.paperclips
Methods in net.sf.paperclips that return PrintJobModifier and TypeMethodDescriptionPrintJob.setMargins
(int margins) Sets the top, left, right, and bottom margins to the argument.PrintJob.setMargins
(Margins margins) Sets the page margins.PrintJob.setOrientation
(int orientation) Sets the page orientation.Methods in net.sf.paperclips with parameters of type PrintJobModifier and TypeMethodDescriptionstatic 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.static PrintPiece[]
Processes the print job and returns an array of pages for the given printer device.static void
Prints the print job to the given printer.static void
Prints the print job to the given printer.