Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events |
Modifier and Type | Class | Description |
---|---|---|
class |
PdfPageEventHelper |
Helps the use of
PdfPageEvent by implementing all the interface methods. |
Modifier and Type | Method | Description |
---|---|---|
PdfPageEvent |
PdfWriter.getPageEvent() |
Gets the
PdfPageEvent for this document or null
if none is set. |
Modifier and Type | Method | Description |
---|---|---|
void |
PdfCopy.setPageEvent(PdfPageEvent event) |
Setting page events isn't possible with Pdf(Smart)Copy.
|
void |
PdfWriter.setPageEvent(PdfPageEvent event) |
Sets the
PdfPageEvent for this document. |
Modifier and Type | Class | 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 | Field | Description |
---|---|---|
protected java.util.ArrayList<PdfPageEvent> |
PdfPageEventForwarder.events |
ArrayList containing all the PageEvents that have to be executed.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfPageEventForwarder.addPageEvent(PdfPageEvent event) |
Add a page event to the forwarder.
|
Copyright © 1998–2018. All rights reserved.