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

Inheritance: IElement
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Method Details

AddRow() public méthode

public AddRow ( IList row ) : void
row IList
Résultat void

CreateTable() public méthode

public CreateTable ( ) : PdfPTable
Résultat iTextSharp.text.pdf.PdfPTable

IsContent() public méthode

public IsContent ( ) : bool
Résultat bool

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

Process() public méthode

public Process ( IElementListener listener ) : bool
listener IElementListener
Résultat bool

TableWrapper() public méthode

public TableWrapper ( String>.IDictionary attrs ) : System
attrs String>.IDictionary
Résultat System