C# Class iTextSharp.text.SimpleTable

Summary description for SimpleTable.
Inheritance: Rectangle, IPdfPTableEvent, IElement, ITextElementArray
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Object o ) : bool
AddElement ( SimpleCell element ) : void
CreatePdfPTable ( ) : PdfPTable
CreateTable ( ) : Table
IsNestable ( ) : bool
SimpleTable ( ) : System
TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void

Method Details

Add() public méthode

public Add ( Object o ) : bool
o Object
Résultat bool

AddElement() public méthode

public AddElement ( SimpleCell element ) : void
element SimpleCell
Résultat void

CreatePdfPTable() public méthode

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

CreateTable() public méthode

public CreateTable ( ) : Table
Résultat Table

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

SimpleTable() public méthode

public SimpleTable ( ) : System
Résultat System

TableLayout() public méthode

public TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void
table iTextSharp.text.pdf.PdfPTable
widths float
heights float
headerRows int
rowStart int
canvases iTextSharp.text.pdf.PdfContentByte
Résultat void