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 PdfPTableEventModifier and TypeMethodDescriptionPdfPTable.getTableEvent()Deprecated.Gets the table event for this page.Methods in com.lowagie.text.pdf with parameters of type PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTable.setTableEvent(PdfPTableEvent event) Deprecated.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 PdfPTableEventFields in com.lowagie.text.pdf.events with type parameters of type PdfPTableEventModifier and TypeFieldDescriptionprotected List<PdfPTableEvent> PdfPTableEventForwarder.eventsDeprecated.ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.addTableEvent(PdfPTableEvent event) Deprecated.Add a page event to the forwarder.