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

Inheritance: IElement
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AddRow ( IList row ) : void
CreateTable ( ) : PdfPTable
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
TableWrapper ( String>.IDictionary attrs ) : System

Method Details

AddRow() public method

public AddRow ( IList row ) : void
row IList
return void

CreateTable() public method

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

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

TableWrapper() public method

public TableWrapper ( String>.IDictionary attrs ) : System
attrs String>.IDictionary
return System