Uses of Interface
com.lowagie.text.pdf.PdfPTableEvent
Packages that use PdfPTableEvent
-
Uses of PdfPTableEvent in com.lowagie.text
Classes in com.lowagie.text that implement PdfPTableEvent -
Uses of PdfPTableEvent in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfPTableEventMethods in com.lowagie.text.pdf that return PdfPTableEventMethods in com.lowagie.text.pdf with parameters of type PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTable.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 PdfPTableEventModifier and TypeClassDescriptionclassIf 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 PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.addTableEvent(PdfPTableEvent event) Add a page event to the forwarder.