Uses of Class
org.eclipse.nebula.paperclips.core.PageEnumeration
Package | Description |
---|---|
org.eclipse.nebula.paperclips.core |
Core classes for creating printable documents.
|
-
Uses of PageEnumeration in org.eclipse.nebula.paperclips.core
Methods in org.eclipse.nebula.paperclips.core that return PageEnumeration Modifier and Type Method Description static PageEnumeration
PaperClips. getPageEnumeration(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
Returns aPageEnumeration
for the passed in PrintJob on the given Printer, using the given GC.