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
|
Returns |
Name |
|---|---|
|
|
(
table,
|
Details
Methods
TableLayout
public void TableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
table |
|
|
|
widths |
|
|
|
heights |
|
|
|
headerRows |
|
|
|
rowStart |
|
|
|
canvases |
Generated with ModularDoc