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

Exibir arquivo Open project: nonorganic/dssnet

Public Properties

Property Type Description
height float
rowspan int

Public Methods

Method Description
BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
CellEnds ( ) : bool
ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void

Method Details

BeginCell() public method

public BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
cell PdfPCell
completedRowsHeight float
rowHeight float
return void

CellEnds() public method

public CellEnds ( ) : bool
return bool

ConsumeRowspan() public method

public ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void
completedRowsHeight float
rowHeight float
return void

Property Details

height public_oe property

public float height
return float

rowspan public_oe property

public int rowspan
return int