Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected PdfDocument |
PdfWriter.pdf
the pdfdocument object.
|
protected PdfDocument |
PdfContentByte.pdf
This is the PdfDocument
|
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfContentByte.getPdfDocument()
Gets the
PdfDocument in use by this object. |
Modifier and Type | Method and Description |
---|---|
float |
MultiColumnText.write(PdfContentByte canvas,
PdfDocument document,
float documentY)
Write out the columns.
|
Constructor and Description |
---|
PdfWriter(PdfDocument document,
OutputStream os)
Constructs a
PdfWriter . |
Copyright © 2018. All rights reserved.