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 fortabletags. -
-
Uses of PdfPTableEvent in com.itextpdf.text.pdf
Subinterfaces of PdfPTableEvent in com.itextpdf.text.pdf Modifier and Type Interface Description interfacePdfPTableEventAfterSplitinterfacePdfPTableEventSplitSignals that a table will continue in the next page.Fields in com.itextpdf.text.pdf declared as PdfPTableEvent Modifier and Type Field Description protected PdfPTableEventPdfPTable. tableEventMethods in com.itextpdf.text.pdf that return PdfPTableEvent Modifier and Type Method Description PdfPTableEventPdfPTable. getTableEvent()Gets the table event for this page.Methods in com.itextpdf.text.pdf with parameters of type PdfPTableEvent Modifier and Type Method Description voidPdfPTable. 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 classPdfPTableEventForwarderIf 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. eventsArrayList 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 voidPdfPTableEventForwarder. 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 classTableBorderEvent
-