Uses of Interface
com.lowagie.text.pdf.PdfPageEvent
Packages that use PdfPageEvent
-
Uses of PdfPageEvent in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement PdfPageEventModifier and TypeClassDescriptionclass
Helps the use ofPdfPageEvent
by implementing all the interface methods.Fields in com.lowagie.text.pdf declared as PdfPageEventModifier and TypeFieldDescriptionprivate PdfPageEvent
PdfWriter.pageEvent
ThePdfPageEvent
for this document.Methods in com.lowagie.text.pdf that return PdfPageEventModifier and TypeMethodDescriptionPdfWriter.getPageEvent()
Gets thePdfPageEvent
for this document ornull
if none is set.Methods in com.lowagie.text.pdf with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoid
PdfWriter.setPageEvent
(PdfPageEvent event) Sets thePdfPageEvent
for this document. -
Uses of PdfPageEvent in com.lowagie.text.pdf.events
Classes in com.lowagie.text.pdf.events that implement PdfPageEventModifier and TypeClassDescriptionclass
Class that can be used to position AcroForm fields.class
Class for an index.class
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.Fields in com.lowagie.text.pdf.events with type parameters of type PdfPageEventModifier and TypeFieldDescriptionprotected List
<PdfPageEvent> PdfPageEventForwarder.events
ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoid
PdfPageEventForwarder.addPageEvent
(PdfPageEvent event) Add a page event to the forwarder.