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 Margins
PrintJob. getMargins()
Returns the page margins, expressed in points.Margins
Margins. 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.Rectangle
PaperClips. 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.PrintJob
PrintJob. setMargins(Margins margins)
Sets the page margins.
-