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

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

Uses of PdfPTableEvent in com.lowagie.text
 

Classes in com.lowagie.text that implement PdfPTableEvent
 class SimpleTable
          Rectangle that can be used for Cells.
 

Uses of PdfPTableEvent in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as PdfPTableEvent
protected  PdfPTableEvent PdfPTable.tableEvent
           
 

Methods in com.lowagie.text.pdf that return PdfPTableEvent
 PdfPTableEvent PdfPTable.getTableEvent()
          Gets the table event for this page.
 

Methods in com.lowagie.text.pdf with parameters of type PdfPTableEvent
 void PdfPTable.setTableEvent(PdfPTableEvent event)
          Sets the table event for this table.
 

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

Classes in com.lowagie.text.pdf.events that implement PdfPTableEvent
 class PdfPTableEventForwarder
          If you want to add more than one page event to a PdfPTable, you have to construct a PdfPTableEventForwarder, 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 PdfPTableEvent
 void PdfPTableEventForwarder.addTableEvent(PdfPTableEvent event)
          Add a page event to the forwarder.
 



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