iText 5

FittingRows

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

void

CorrectLastRowChosen

(

PdfPTable

table, int k)

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

Type

Name

Description

PdfPTable

table

int

k

Generated with ModularDoc