Uses of Class
com.orsonpdf.PDFDocument
-
Packages that use PDFDocument Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of PDFDocument in com.orsonpdf
Fields in com.orsonpdf declared as PDFDocument Modifier and Type Field Description private PDFDocument
Pages. parent
The PDF document.Methods in com.orsonpdf that return PDFDocument Modifier and Type Method Description PDFDocument
Pages. getDocument()
Returns the PDF document that the pages belong to.Constructors in com.orsonpdf with parameters of type PDFDocument Constructor Description Pages(int number, int generation, PDFDocument parent)
Creates a newPages
object.
-