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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

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

Method Details

AddCol() public méthode

public AddCol ( PdfPCell cell ) : void
cell iTextSharp.text.pdf.PdfPCell
Résultat void

AddCols() public méthode

public AddCols ( ArrayList ncols ) : void
ncols System.Collections.ArrayList
Résultat void

BuildTable() public méthode

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

EndRow() public méthode

public EndRow ( ) : void
Résultat void

IncTable() public méthode

public IncTable ( Hashtable props ) : System
props System.Collections.Hashtable
Résultat System