iText 5

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

Returns

Name

void

TableLayout

(

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

Type

Name

Description

PdfPTable

table

float``[][]

widths

float``[]

heights

int

headerRows

int

rowStart

PdfContentByte

[]

canvases

Generated with ModularDoc