Uses of Interface
com.lowagie.text.pdf.PdfPCellEvent
Packages that use PdfPCellEvent
-
Uses of PdfPCellEvent in com.lowagie.text
Classes in com.lowagie.text that implement PdfPCellEvent -
Uses of PdfPCellEvent in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return PdfPCellEventModifier and TypeMethodDescriptionPdfPCell.getCellEvent()Deprecated.Gets the cell event for this cell.Methods in com.lowagie.text.pdf with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCell.setCellEvent(PdfPCellEvent cellEvent) Deprecated.Sets the cell event for this cell. -
Uses of PdfPCellEvent in com.lowagie.text.pdf.events
Classes in com.lowagie.text.pdf.events that implement PdfPCellEventModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Fields in com.lowagie.text.pdf.events with type parameters of type PdfPCellEventModifier and TypeFieldDescriptionprotected List<PdfPCellEvent> PdfPCellEventForwarder.eventsDeprecated.ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCellEventForwarder.addCellEvent(PdfPCellEvent event) Deprecated.Add a page event to the forwarder.