Interface PdfPTableEventSplit

All Superinterfaces:
PdfPTableEvent
All Known Subinterfaces:
PdfPTableEventAfterSplit
All Known Implementing Classes:
PdfPTableEventForwarder

public interface PdfPTableEventSplit extends PdfPTableEvent
Signals that a table will continue in the next page.
Since:
5.0.6
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called to indicate that table is being split.

    Methods inherited from interface com.itextpdf.text.pdf.PdfPTableEvent

    tableLayout
  • Method Details

    • splitTable

      void splitTable(PdfPTable table)
      This method is called to indicate that table is being split. It's called before the tableLayout method and before the table is drawn.
      Parameters:
      table - the PdfPTable in use