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

Inheritance: IPdfPTableEventAfterSplit
Mostra file Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
events List

Public Methods

Method 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 method

public AddTableEvent ( IPdfPTableEvent eventa ) : void
eventa IPdfPTableEvent
return void

SplitTable() public method

public SplitTable ( PdfPTable table ) : void
table PdfPTable
return void

TableLayout() public method

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
return void

Property Details

events protected_oe property

protected List events
return List