Uses of Interface
com.itextpdf.text.pdf.PdfPTableEventSplit
-
Packages that use PdfPTableEventSplit Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.events -
-
Uses of PdfPTableEventSplit in com.itextpdf.text.pdf
Subinterfaces of PdfPTableEventSplit in com.itextpdf.text.pdf Modifier and Type Interface Description interface
PdfPTableEventAfterSplit
-
Uses of PdfPTableEventSplit in com.itextpdf.text.pdf.events
Classes in com.itextpdf.text.pdf.events that implement PdfPTableEventSplit 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.
-