Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.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.
|
void |
PdfCopy.setPageEvent(PdfPageEvent event)
Setting page events isn't possible with Pdf(Smart)Copy.
|
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 | Field and Description |
---|---|
protected ArrayList<PdfPageEvent> |
PdfPageEventForwarder.events
ArrayList containing all the PageEvents that have to be executed.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPageEventForwarder.addPageEvent(PdfPageEvent event)
Add a page event to the forwarder.
|
Copyright © 2016. All rights reserved.