C# Class iTextSharp.text.pdf.events.PdfPCellEventForwarder

Inheritance: IPdfPCellEvent
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
events List

Public Methods

Method Description
AddCellEvent ( IPdfPCellEvent eventa ) : void
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void

Method Details

AddCellEvent() public method

public AddCellEvent ( IPdfPCellEvent eventa ) : void
eventa IPdfPCellEvent
return void

CellLayout() public method

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position iTextSharp.text.Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
return void

Property Details

events protected_oe property

protected List events
return List