FittingRows Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.PdfPTable
iTextSharp.text.pdf.PdfPTable.FittingRows[[FittingRows]]
end
Members
Methods
Public methods
Details
Constructors
FittingRows
Source code
public FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Dictionary<int, float> correctedHeightsForLastRow)
Arguments
Type | Name | Description |
---|
int | firstRow | |
int | lastRow | |
float | height | |
float | completedRowsHeight | |
Dictionary <int , float > | correctedHeightsForLastRow | |
Methods
CorrectLastRowChosen
Source code
public virtual void CorrectLastRowChosen(PdfPTable table, int k)
Arguments
Generated with ModularDoc