Uses of Class
com.orsonpdf.Pages
Packages that use Pages
Package
Description
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).-
Uses of Pages in com.orsonpdf
Fields in com.orsonpdf declared as PagesModifier and TypeFieldDescriptionprivate Pages
PDFDocument.pages
The pages of the document.private Pages
Page.parent
The pages of the document.Constructors in com.orsonpdf with parameters of type PagesModifierConstructorDescription(package private)
Page
(int number, int generation, Pages parent, Rectangle2D bounds) Creates a new page.(package private)
Page
(int number, int generation, Pages parent, Rectangle2D bounds, boolean filter) Creates a new page.