Uses of Class
com.lowagie.text.pdf.PdfDocument
Packages that use PdfDocument
-
Uses of PdfDocument in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfDocumentModifier and TypeFieldDescriptionprivate PdfDocument
MultiColumnText.document
protected PdfDocument
PdfContentByte.pdf
This is the PdfDocumentprotected PdfDocument
PdfWriter.pdf
the pdfdocument object.Methods in com.lowagie.text.pdf that return PdfDocumentModifier and TypeMethodDescriptionPdfContentByte.getPdfDocument()
Gets thePdfDocument
in use by this object.(package private) PdfDocument
PdfWriter.getPdfDocument()
Gets thePdfDocument
associated with this writer.Methods in com.lowagie.text.pdf with parameters of type PdfDocumentModifier and TypeMethodDescriptionfloat
MultiColumnText.write
(PdfContentByte canvas, PdfDocument document, float documentY) Write out the columns.Constructors in com.lowagie.text.pdf with parameters of type PdfDocumentModifierConstructorDescriptionprotected
PdfWriter
(PdfDocument document, OutputStream os) Constructs aPdfWriter
.