C# Class iTextSharp.text.html.simpleparser.IncTable

显示文件 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
AddCol ( PdfPCell cell ) : void
AddCols ( ArrayList ncols ) : void
BuildTable ( ) : PdfPTable
EndRow ( ) : void
IncTable ( Hashtable props ) : System

Method Details

AddCol() public method

public AddCol ( PdfPCell cell ) : void
cell iTextSharp.text.pdf.PdfPCell
return void

AddCols() public method

public AddCols ( ArrayList ncols ) : void
ncols System.Collections.ArrayList
return void

BuildTable() public method

public BuildTable ( ) : PdfPTable
return iTextSharp.text.pdf.PdfPTable

EndRow() public method

public EndRow ( ) : void
return void

IncTable() public method

public IncTable ( Hashtable props ) : System
props System.Collections.Hashtable
return System