C# Класс iTextSharp.text.pdf.PdfPTable.FittingRows

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
firstRow int
height float
lastRow int

Открытые методы

Метод Описание
CorrectLastRowChosen ( PdfPTable table, int k ) : void
FittingRows ( int firstRow, int lastRow, float height, float completedRowsHeight, float>.Dictionary correctedHeightsForLastRow ) : System

Описание методов

CorrectLastRowChosen() публичный метод

public CorrectLastRowChosen ( PdfPTable table, int k ) : void
table PdfPTable
k int
Результат void

FittingRows() публичный метод

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
Результат System

Описание свойств

firstRow публичное свойство

public int firstRow
Результат int

height публичное свойство

public float height
Результат float

lastRow публичное свойство

public int lastRow
Результат int