Skip to main content
Skip table of contents

IPdfPTableEventAfterSplit

IPdfPTableEventAfterSplit Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.IPdfPTableEventAfterSplit[[IPdfPTableEventAfterSplit]]
  class iTextSharp.text.pdf.IPdfPTableEventAfterSplit interfaceStyle;
  iTextSharp.text.pdf.IPdfPTableEventSplit[[IPdfPTableEventSplit]]
  class iTextSharp.text.pdf.IPdfPTableEventSplit interfaceStyle;
  iTextSharp.text.pdf.IPdfPTableEvent[[IPdfPTableEvent]]
  class iTextSharp.text.pdf.IPdfPTableEvent interfaceStyle;
  end
iTextSharp.text.pdf.IPdfPTableEventSplit --> iTextSharp.text.pdf.IPdfPTableEventAfterSplit
iTextSharp.text.pdf.IPdfPTableEvent --> iTextSharp.text.pdf.IPdfPTableEventSplit

Members

Methods

Public methods
ReturnsName
voidAfterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)

Details

Inheritance

Methods

AfterSplitTable
public void AfterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
Arguments
TypeNameDescription
PdfPTabletable
PdfPRowstartRow
intstartIdx

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.