Skip to main content
Skip table of contents

PdfPCellEventForwarder

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
ReturnsName
voidAddCellEvent(IPdfPCellEvent eventa)
voidCellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)

Details

Inheritance

Constructors

PdfPCellEventForwarder

Source code

public PdfPCellEventForwarder()

Methods

AddCellEvent

Source code

public virtual void AddCellEvent(IPdfPCellEvent eventa)
Arguments
TypeNameDescription
IPdfPCellEventeventa
CellLayout

Source code

public virtual void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
Arguments
TypeNameDescription
PdfPCellcell
Rectangleposition
PdfContentByte[]canvases

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.