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 MarginsPrintJob. marginsMethods in org.eclipse.nebula.paperclips.core 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 org.eclipse.nebula.paperclips.core 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.
-