Uses of Class
com.itextpdf.text.pdf.PdfDocument
Packages that use PdfDocument
-
Uses of PdfDocument in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfDocumentModifier and TypeFieldDescriptionprotected PdfDocumentPdfContentByte.pdfThis is the PdfDocumentprotected PdfDocumentPdfWriter.pdfthe pdfdocument object.Methods in com.itextpdf.text.pdf that return PdfDocumentModifier and TypeMethodDescriptionPdfContentByte.getPdfDocument()Gets thePdfDocumentin use by this object.(package private) PdfDocumentPdfWriter.getPdfDocument()Gets thePdfDocumentassociated with this writer.Constructors in com.itextpdf.text.pdf with parameters of type PdfDocumentModifierConstructorDescriptionprotectedPdfAWriter(PdfDocument document, OutputStream os, PdfAConformanceLevel conformanceLevel) Constructs aPdfAWriter.protectedPdfWriter(PdfDocument document, OutputStream os) Constructs aPdfWriter.