Uses of Interface
com.aowagie.text.pdf.PdfPCellEvent
Packages that use PdfPCellEvent
-
Uses of PdfPCellEvent in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfPCellEventMethods in com.aowagie.text.pdf with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCell.setCellEvent(PdfPCellEvent cellEvent) Sets the cell event for this cell. -
Uses of PdfPCellEvent in com.aowagie.text.pdf.events
Classes in com.aowagie.text.pdf.events that implement PdfPCellEventModifier and TypeClassDescriptionclassIf you want to add more than one event to a cell, you have to construct a PdfPCellEventForwarder, add the different events to this object and add the forwarder to the PdfPCell.Methods in com.aowagie.text.pdf.events with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCellEventForwarder.addCellEvent(PdfPCellEvent event) Add a page event to the forwarder.