Skip to main content
Skip table of contents

IPdfPTableEvent

IPdfPTableEvent Public interface

Diagram

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

Members

Methods

Public methods
ReturnsName
voidTableLayout(PdfPTable table, float``[][] widths, float``[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)

Details

Methods

TableLayout
public void TableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
Arguments
TypeNameDescription
PdfPTabletable
float``[][]widths
float``[]heights
intheaderRows
introwStart
PdfContentByte[]canvases

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.