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

ファイルを表示 Open project: nonorganic/dssnet

Public Properties

Property Type Description
firstRow int
height float
lastRow int

Public Methods

Method Description
CorrectLastRowChosen ( PdfPTable table, int k ) : void
FittingRows ( int firstRow, int lastRow, float height, float completedRowsHeight, float>.Dictionary correctedHeightsForLastRow ) : System

Method Details

CorrectLastRowChosen() public method

public CorrectLastRowChosen ( PdfPTable table, int k ) : void
table PdfPTable
k int
return void

FittingRows() public method

public FittingRows ( int firstRow, int lastRow, float height, float completedRowsHeight, float>.Dictionary correctedHeightsForLastRow ) : System
firstRow int
lastRow int
height float
completedRowsHeight float
correctedHeightsForLastRow float>.Dictionary
return System

Property Details

firstRow public_oe property

public int firstRow
return int

height public_oe property

public float height
return float

lastRow public_oe property

public int lastRow
return int