Uses of Class
org.eclipse.nebula.paperclips.core.PageEnumeration
-
Packages that use PageEnumeration Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.widgets SWT controls for viewing Prints on-screen. -
-
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. -
Uses of PageEnumeration in org.eclipse.nebula.paperclips.widgets
Fields in org.eclipse.nebula.paperclips.widgets declared as PageEnumeration Modifier and Type Field Description private PageEnumeration
PrintPreview. pageEnumeration
-