Uses of Class
org.eclipse.nebula.paperclips.core.Margins
-
Packages that use Margins Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents. -
-
Uses of Margins in org.eclipse.nebula.paperclips.core
Fields in org.eclipse.nebula.paperclips.core declared as Margins Modifier and Type Field Description private Margins
PrintJob. margins
Methods in org.eclipse.nebula.paperclips.core 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 org.eclipse.nebula.paperclips.core 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.
-