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
Fields in com.lowagie.text.pdf declared as PdfPCellEventModifier and TypeFieldDescriptionprivate PdfPCellEvent
PdfPCell.cellEvent
Holds value of property cellEvent.Methods in com.lowagie.text.pdf that return PdfPCellEventMethods in com.lowagie.text.pdf with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoid
PdfPCell.setCellEvent
(PdfPCellEvent cellEvent) 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 TypeClassDescriptionclass
Class that can be used to position AcroForm fields.class
If 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.Fields in com.lowagie.text.pdf.events with type parameters of type PdfPCellEventModifier and TypeFieldDescriptionprotected List
<PdfPCellEvent> PdfPCellEventForwarder.events
ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoid
PdfPCellEventForwarder.addCellEvent
(PdfPCellEvent event) Add a page event to the forwarder.