Uses of Interface
com.itextpdf.text.pdf.PdfPTableEvent
-
Packages that use PdfPTableEvent Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags. -
-
Uses of PdfPTableEvent in com.itextpdf.text.pdf
Subinterfaces of PdfPTableEvent in com.itextpdf.text.pdf Modifier and Type Interface Description interface
PdfPTableEventAfterSplit
interface
PdfPTableEventSplit
Signals that a table will continue in the next page.Fields in com.itextpdf.text.pdf declared as PdfPTableEvent Modifier and Type Field Description protected PdfPTableEvent
PdfPTable. tableEvent
Methods in com.itextpdf.text.pdf that return PdfPTableEvent Modifier and Type Method Description PdfPTableEvent
PdfPTable. getTableEvent()
Gets the table event for this page.Methods in com.itextpdf.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.itextpdf.text.pdf.events
Classes in com.itextpdf.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.itextpdf.text.pdf.events with type parameters of type PdfPTableEvent Modifier and Type Field Description protected java.util.ArrayList<PdfPTableEvent>
PdfPTableEventForwarder. events
ArrayList containing all the PageEvents that have to be executed.Methods in com.itextpdf.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. -
Uses of PdfPTableEvent in com.itextpdf.tool.xml.html.table
Classes in com.itextpdf.tool.xml.html.table that implement PdfPTableEvent Modifier and Type Class Description class
TableBorderEvent
-