Uses of Interface
com.lowagie.text.pdf.PdfPTableEvent
-
Packages that use PdfPTableEvent Package Description com.lowagie.text com.lowagie.text.pdf com.lowagie.text.pdf.events -
-
Uses of PdfPTableEvent in com.lowagie.text
Classes in com.lowagie.text that implement PdfPTableEvent Modifier and Type Class Description class
SimpleTable
Rectangle that can be used for Cells. -
Uses of PdfPTableEvent in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfPTableEvent Modifier and Type Field Description protected PdfPTableEvent
PdfPTable. tableEvent
Methods in com.lowagie.text.pdf that return PdfPTableEvent Modifier and Type Method Description PdfPTableEvent
PdfPTable. getTableEvent()
Gets the table event for this page.Methods in com.lowagie.text.pdf with parameters of type PdfPTableEvent Modifier and Type Method Description void
PdfPTable. setTableEvent(PdfPTableEvent event)
Sets the table event for this table. -
Uses of PdfPTableEvent in com.lowagie.text.pdf.events
Classes in com.lowagie.text.pdf.events that implement PdfPTableEvent Modifier and Type Class Description class
PdfPTableEventForwarder
If you want to add more than one page event to a PdfPTable, you have to construct a PdfPTableEventForwarder, add the different events to this object and add the forwarder to the PdfWriter.Fields in com.lowagie.text.pdf.events with type parameters of type PdfPTableEvent Modifier and Type Field Description protected java.util.List<PdfPTableEvent>
PdfPTableEventForwarder. events
ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPTableEvent Modifier and Type Method Description void
PdfPTableEventForwarder. addTableEvent(PdfPTableEvent event)
Add a page event to the forwarder.
-