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

Inheritance: IPdfPCellEvent
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
events List

Méthodes publiques

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

Method Details

AddCellEvent() public méthode

public AddCellEvent ( IPdfPCellEvent eventa ) : void
eventa IPdfPCellEvent
Résultat void

CellLayout() public méthode

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

Property Details

events protected_oe property

protected List events
Résultat List