Skip to main content
Skip table of contents

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
ReturnsName
voidCorrectLastRowChosen(PdfPTable table, int k)

Details

Constructors

FittingRows

Source code

public FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Dictionary<int, float> correctedHeightsForLastRow)
Arguments
TypeNameDescription
intfirstRow
intlastRow
floatheight
floatcompletedRowsHeight
Dictionary<int, float>correctedHeightsForLastRow

Methods

CorrectLastRowChosen

Source code

public virtual void CorrectLastRowChosen(PdfPTable table, int k)
Arguments
TypeNameDescription
PdfPTabletable
intk

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.