C# Class iTextSharp.tool.xml.html.table.TableBorderEvent

Inheritance: IPdfPTableEvent
显示文件 Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
TableBorderEvent ( TableStyleValues styleValues ) : System
TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void

Method Details

TableBorderEvent() public method

public TableBorderEvent ( TableStyleValues styleValues ) : System
styleValues TableStyleValues
return System

TableLayout() public method

public TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void
table iTextSharp.text.pdf.PdfPTable
width float
height float
headerRows int
rowStart int
canvas iTextSharp.text.pdf.PdfContentByte
return void