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
|
Returns |
Name |
|---|---|
|
|
(
table, |
Details
Constructors
FittingRows
Source code
public FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Dictionary<int, float> correctedHeightsForLastRow)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
firstRow |
|
|
|
lastRow |
|
|
|
height |
|
|
|
completedRowsHeight |
|
|
|
correctedHeightsForLastRow |
Methods
CorrectLastRowChosen
Source code
public virtual void CorrectLastRowChosen(PdfPTable table, int k)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
table |
|
|
|
k |
Generated with ModularDoc