Uses of Interface
com.itextpdf.text.pdf.PdfPCellEvent
-
Packages that use PdfPCellEvent Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags. -
-
Uses of PdfPCellEvent in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfPCellEvent Modifier and Type Field Description private PdfPCellEvent
PdfPCell. cellEvent
Holds value of property cellEvent.Methods in com.itextpdf.text.pdf that return PdfPCellEvent Modifier and Type Method Description PdfPCellEvent
PdfPCell. getCellEvent()
Gets the cell event for this cell.Methods in com.itextpdf.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.itextpdf.text.pdf.events
Classes in com.itextpdf.text.pdf.events that implement PdfPCellEvent Modifier and Type Class Description class
FieldPositioningEvents
Class that can be used to position AcroForm fields.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.Fields in com.itextpdf.text.pdf.events with type parameters of type PdfPCellEvent Modifier and Type Field Description protected java.util.ArrayList<PdfPCellEvent>
PdfPCellEventForwarder. events
ArrayList containing all the PageEvents that have to be executed.Methods in com.itextpdf.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. -
Uses of PdfPCellEvent in com.itextpdf.tool.xml.html.table
Classes in com.itextpdf.tool.xml.html.table that implement PdfPCellEvent Modifier and Type Class Description class
CellSpacingEvent
-