Uses of Interface
com.itextpdf.text.pdf.PdfPCellEvent
-
Packages that use PdfPCellEvent Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.events -
-
Uses of PdfPCellEvent in com.itextpdf.text
Classes in com.itextpdf.text that implement PdfPCellEvent Modifier and Type Class Description classSimpleCellRectangle that can be used for Cells. -
Uses of PdfPCellEvent in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfPCellEvent Modifier and Type Method Description PdfPCellEventPdfPCell. getCellEvent()Gets the cell event for this cell.Methods in com.itextpdf.text.pdf with parameters of type PdfPCellEvent Modifier and Type Method Description voidPdfPCell. setCellEvent(PdfPCellEvent cellEvent)Sets the cell event for this cell. -
Uses of PdfPCellEvent in com.itextpdf.text.pdf.events
Classes in com.itextpdf.text.pdf.events that implement PdfPCellEvent Modifier and Type Class Description classFieldPositioningEventsClass that can be used to position AcroForm fields.classPdfPCellEventForwarderIf 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.itextpdf.text.pdf.events with parameters of type PdfPCellEvent Modifier and Type Method Description voidPdfPCellEventForwarder. addCellEvent(PdfPCellEvent event)Add a page event to the forwarder.
-