C# Class iTextSharp.text.pdf.PdfTable

Inheritance: iTextSharp.text.Rectangle
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
positions float[]
table iTextSharp.text.Table

Private Properties

Свойство Type Description
HasHeader bool
PdfTable System
UpdateRowAdditions void
UpdateRowAdditionsInternal void

Méthodes publiques

Méthode Description
HasToFitPageCells ( ) : bool
HasToFitPageTable ( ) : bool

Private Methods

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

Method Details

HasToFitPageCells() public méthode

public HasToFitPageCells ( ) : bool
Résultat bool

HasToFitPageTable() public méthode

public HasToFitPageTable ( ) : bool
Résultat bool

Property Details

positions protected_oe property

protected float[] positions
Résultat float[]

table protected_oe property

protected Table,iTextSharp.text table
Résultat iTextSharp.text.Table