Uses of Interface
org.openpdf.text.pdf.PdfPCellEvent
Packages that use PdfPCellEvent
-
Uses of PdfPCellEvent in org.openpdf.text
Classes in org.openpdf.text that implement PdfPCellEvent -
Uses of PdfPCellEvent in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf that return PdfPCellEventMethods in org.openpdf.text.pdf with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCell.setCellEvent(PdfPCellEvent cellEvent) Sets the cell event for this cell. -
Uses of PdfPCellEvent in org.openpdf.text.pdf.events
Classes in org.openpdf.text.pdf.events that implement PdfPCellEventModifier and TypeClassDescriptionclassClass that can be used to position AcroForm fields.classIf 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 org.openpdf.text.pdf.events with type parameters of type PdfPCellEventModifier and TypeFieldDescriptionprotected List<PdfPCellEvent> PdfPCellEventForwarder.eventsArrayList containing all the PageEvents that have to be executed.Methods in org.openpdf.text.pdf.events with parameters of type PdfPCellEventModifier and TypeMethodDescriptionvoidPdfPCellEventForwarder.addCellEvent(PdfPCellEvent event) Add a page event to the forwarder.