Package | Description |
---|---|
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Modifier and Type | Class and Description |
---|---|
class |
PdfPageEventHelper
Helps the use of
PdfPageEvent by implementing all the interface methods. |
Modifier and Type | Method and Description |
---|---|
PdfPageEvent |
PdfWriter.getPageEvent()
Gets the
PdfPageEvent for this document or null
if none is set. |
Modifier and Type | Method and Description |
---|---|
void |
PdfWriter.setPageEvent(PdfPageEvent event)
Sets the
PdfPageEvent for this document. |
Modifier and Type | Class and Description |
---|---|
class |
FieldPositioningEvents
Class that can be used to position AcroForm fields.
|
class |
IndexEvents
Class for an index.
|
class |
PdfPageEventForwarder
If you want to add more than one page event to a PdfWriter,
you have to construct a PdfPageEventForwarder, add the
different events to this object and add the forwarder to
the PdfWriter.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPageEventForwarder.addPageEvent(PdfPageEvent event)
Add a page event to the forwarder.
|
Copyright © 2018. All rights reserved.