Interface PdfPTableEventSplit
- All Superinterfaces:
PdfPTableEvent
- All Known Subinterfaces:
PdfPTableEventAfterSplit
- All Known Implementing Classes:
PdfPTableEventForwarder
Signals that a table will continue in the next page.
- Since:
- 5.0.6
-
Method Summary
Modifier and TypeMethodDescriptionvoidsplitTable(PdfPTable table) This method is called to indicate that table is being split.Methods inherited from interface PdfPTableEvent
tableLayout
-
Method Details
-
splitTable
This method is called to indicate that table is being split. It's called before thetableLayoutmethod and before the table is drawn.- Parameters:
table- thePdfPTablein use
-