PdfPCellEventForwarder Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.events iTextSharp.text.pdf.events.PdfPCellEventForwarder[[PdfPCellEventForwarder]] end subgraph iTextSharp.text.pdf iTextSharp.text.pdf.IPdfPCellEvent[[IPdfPCellEvent]] class iTextSharp.text.pdf.IPdfPCellEvent interfaceStyle; end iTextSharp.text.pdf.IPdfPCellEvent --> iTextSharp.text.pdf.events.PdfPCellEventForwarder
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
eventa) |
|
|
(
cell,
position,
|
Details
Inheritance
Constructors
PdfPCellEventForwarder
Source code
public PdfPCellEventForwarder()
Methods
AddCellEvent
Source code
public virtual void AddCellEvent(IPdfPCellEvent eventa)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
eventa |
CellLayout
Source code
public virtual void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cell |
|
|
|
position |
|
|
|
canvases |
Generated with ModularDoc