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

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

Uses of PdfPageEvent in com.lowagie.text.pdf
 

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

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

Methods in com.lowagie.text.pdf with parameters of type PdfPageEvent
 void PdfWriter.setPageEvent(PdfPageEvent event)
          Sets the PdfPageEvent for this document.
 

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

Classes in com.lowagie.text.pdf.events that implement PdfPageEvent
 class FieldPositioningEvents
          Class for an index.
 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.
 

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



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.