Uses of Class
net.sf.paperclips.Margins
-
Packages that use Margins Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of Margins in net.sf.paperclips
Methods in net.sf.paperclips that return Margins Modifier and Type Method Description MarginsPrintJob. getMargins()Returns the page margins, expressed in points.MarginsMargins. rotate()Returns a Margins that is the result of rotating this Margins counter-clockwise 90 degrees.Methods in net.sf.paperclips with parameters of type Margins Modifier and Type Method Description static org.eclipse.swt.graphics.RectanglePaperClips. getMarginBounds(Margins margins, org.eclipse.swt.printing.Printer printer)Returns the bounding rectangle of the printable area which is inside the given margins on the paper.PrintJobPrintJob. setMargins(Margins margins)Sets the page margins.
-