Uses of Interface
com.itextpdf.text.pdf.PdfPTableEvent
Packages that use PdfPTableEvent
Package
Description
TagProcessor implementations for
table tags.-
Uses of PdfPTableEvent in com.itextpdf.text.pdf
Subinterfaces of PdfPTableEvent in com.itextpdf.text.pdfModifier and TypeInterfaceDescriptioninterfaceinterfaceSignals that a table will continue in the next page.Fields in com.itextpdf.text.pdf declared as PdfPTableEventMethods in com.itextpdf.text.pdf that return PdfPTableEventMethods in com.itextpdf.text.pdf with parameters of type PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTable.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 PdfPTableEventModifier and TypeClassDescriptionclassIf 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 PdfPTableEventModifier and TypeFieldDescriptionprotected ArrayList<PdfPTableEvent> PdfPTableEventForwarder.eventsArrayList containing all the PageEvents that have to be executed.Methods in com.itextpdf.text.pdf.events with parameters of type PdfPTableEventModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.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