Uses of Interface
com.itextpdf.text.pdf.PdfPageEvent

Packages that use PdfPageEvent
com.itextpdf.text.pdf   
com.itextpdf.text.pdf.events   
 

Uses of PdfPageEvent in com.itextpdf.text.pdf
 

Classes in com.itextpdf.text.pdf that implement PdfPageEvent
 class PdfPageEventHelper
          Helps the use of PdfPageEvent by implementing all the interface methods.
 

Methods in com.itextpdf.text.pdf that return PdfPageEvent
 PdfPageEvent PdfWriter.getPageEvent()
          Gets the PdfPageEvent for this document or null if none is set.
 

Methods in com.itextpdf.text.pdf with parameters of type PdfPageEvent
 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.
 

Uses of PdfPageEvent in com.itextpdf.text.pdf.events
 

Classes in com.itextpdf.text.pdf.events that implement PdfPageEvent
 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.
 

Fields in com.itextpdf.text.pdf.events with type parameters of type PdfPageEvent
protected  ArrayList<PdfPageEvent> PdfPageEventForwarder.events
          ArrayList containing all the PageEvents that have to be executed.
 

Methods in com.itextpdf.text.pdf.events with parameters of type PdfPageEvent
 void PdfPageEventForwarder.addPageEvent(PdfPageEvent event)
          Add a page event to the forwarder.
 



Copyright © 2013. All Rights Reserved.