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