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
Details
Inheritance
Constructors
PdfPCellEventForwarder
Source code
public PdfPCellEventForwarder()
Methods
AddCellEvent
Source code
public virtual void AddCellEvent(IPdfPCellEvent eventa)
Arguments
CellLayout
Source code
public virtual void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
Arguments
Generated with ModularDoc