C# Class iTextSharp.text.pdf.PdfTable

Inheritance: iTextSharp.text.Rectangle
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
positions float[]
table iTextSharp.text.Table

Private Properties

Property Type Description
HasHeader bool
PdfTable System
UpdateRowAdditions void
UpdateRowAdditionsInternal void

Public Methods

Method Description
HasToFitPageCells ( ) : bool
HasToFitPageTable ( ) : bool

Private Methods

Method Description
HasHeader ( ) : bool
PdfTable ( Table table, float left, float right, float top ) : System
UpdateRowAdditions ( ) : void
UpdateRowAdditionsInternal ( ) : void

Method Details

HasToFitPageCells() public method

public HasToFitPageCells ( ) : bool
return bool

HasToFitPageTable() public method

public HasToFitPageTable ( ) : bool
return bool

Property Details

positions protected_oe property

protected float[] positions
return float[]

table protected_oe property

protected Table,iTextSharp.text table
return iTextSharp.text.Table