Uses of Class
net.sf.paperclips.PrintJob
-
Packages that use PrintJob Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of PrintJob in net.sf.paperclips
Methods in net.sf.paperclips that return PrintJob Modifier and Type Method Description PrintJobPrintJob. setMargins(int margins)Sets the top, left, right, and bottom margins to the argument.PrintJobPrintJob. setMargins(Margins margins)Sets the page margins.PrintJobPrintJob. setOrientation(int orientation)Sets the page orientation.Methods in net.sf.paperclips with parameters of type PrintJob Modifier and Type Method Description static PageEnumerationPaperClips. getPageEnumeration(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)Returns aPageEnumerationfor the passed in PrintJob on the given Printer, using the given GC.static PrintPiece[]PaperClips. getPages(PrintJob printJob, org.eclipse.swt.printing.Printer printer)Processes the print job and returns an array of pages for the given printer device.static voidPaperClips. print(PrintJob printJob, org.eclipse.swt.printing.Printer printer)Prints the print job to the given printer.static voidPaperClips. print(PrintJob printJob, org.eclipse.swt.printing.PrinterData printerData)Prints the print job to the given printer.
-