Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfDocument
Packages that use PdfDocument
-
Uses of PdfDocument in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfDocumentModifier and TypeFieldDescriptionprotected PdfDocument
PdfContentByte.pdf
This is the PdfDocumentprivate PdfDocument
PdfWriter.pdf
the pdfdocument object.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfDocumentModifier and TypeMethodDescriptionPdfContentByte.getPdfDocument()
Gets thePdfDocument
in use by this object.PdfWriter.getPdfDocument()
Gets thePdfDocument
associated with this writer.