Uses of Interface
com.aowagie.text.pdf.PdfPCellEvent
-
Packages that use PdfPCellEvent Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.events -
-
Uses of PdfPCellEvent in com.aowagie.text
Classes in com.aowagie.text that implement PdfPCellEvent Modifier and Type Class Description (package private) class
SimpleCell
Rectangle that can be used for Cells. -
Uses of PdfPCellEvent in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPCellEvent Modifier and Type Field Description private PdfPCellEvent
PdfPCell. cellEvent
Holds value of property cellEvent.Methods in com.aowagie.text.pdf that return PdfPCellEvent Modifier and Type Method Description PdfPCellEvent
PdfPCell. getCellEvent()
Gets the cell event for this cell.Methods in com.aowagie.text.pdf with parameters of type PdfPCellEvent Modifier and Type Method Description void
PdfPCell. 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 PdfPCellEvent Modifier and Type Class Description class
PdfPCellEventForwarder
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.Methods in com.aowagie.text.pdf.events with parameters of type PdfPCellEvent Modifier and Type Method Description void
PdfPCellEventForwarder. addCellEvent(PdfPCellEvent event)
Add a page event to the forwarder.
-