C# Class iTextSharp.text.SimpleTable

Summary description for SimpleTable.
Inheritance: Rectangle, IPdfPTableEvent, IElement, ITextElementArray
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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 method

public Add ( Object o ) : bool
o Object
return bool

AddElement() public method

public AddElement ( SimpleCell element ) : void
element SimpleCell
return void

CreatePdfPTable() public method

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

CreateTable() public method

public CreateTable ( ) : Table
return Table

IsNestable() public method

public IsNestable ( ) : bool
return bool

SimpleTable() public method

public SimpleTable ( ) : System
return System

TableLayout() public method

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
return void