C# Class iTextSharp.text.pdf.PdfPTable.ColumnMeasurementState

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Свойство Type Description
height float
rowspan int

Méthodes publiques

Méthode Description
BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
CellEnds ( ) : bool
ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void

Method Details

BeginCell() public méthode

public BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
cell PdfPCell
completedRowsHeight float
rowHeight float
Résultat void

CellEnds() public méthode

public CellEnds ( ) : bool
Résultat bool

ConsumeRowspan() public méthode

public ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void
completedRowsHeight float
rowHeight float
Résultat void

Property Details

height public_oe property

public float height
Résultat float

rowspan public_oe property

public int rowspan
Résultat int