iText 5

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

Returns

Name

void

AddCellEvent

(

IPdfPCellEvent

eventa)

void

CellLayout

(

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

Type

Name

Description

IPdfPCellEvent

eventa

CellLayout

Source code

public virtual void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)

Arguments

Type

Name

Description

PdfPCell

cell

Rectangle

position

PdfContentByte

[]

canvases

Generated with ModularDoc