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

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

Protected Properties

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

Méthodes publiques

Méthode Description
AddTableEvent ( IPdfPTableEvent eventa ) : void
SplitTable ( PdfPTable table ) : void
TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void

Method Details

AddTableEvent() public méthode

public AddTableEvent ( IPdfPTableEvent eventa ) : void
eventa IPdfPTableEvent
Résultat void

SplitTable() public méthode

public SplitTable ( PdfPTable table ) : void
table PdfPTable
Résultat void

TableLayout() public méthode

public TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void
table PdfPTable
widths float
heights float
headerRows int
rowStart int
canvases PdfContentByte
Résultat void

Property Details

events protected_oe property

protected List events
Résultat List