IPdfPCellEvent
IPdfPCellEvent Public interface
Description
Summary description for IPdfPCellEvent.
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.IPdfPCellEvent[[IPdfPCellEvent]]
class iTextSharp.text.pdf.IPdfPCellEvent interfaceStyle;
end
Members
Methods
Public methods
Returns | Name |
---|---|
void | CellLayout (PdfPCell cell, Rectangle position, PdfContentByte [] canvases) |
Details
Summary
Summary description for IPdfPCellEvent.
Methods
CellLayout
public void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
Arguments
Type | Name | Description |
---|---|---|
PdfPCell | cell | |
Rectangle | position | |
PdfContentByte [] | canvases |
Generated with ModularDoc