C# 클래스 iTextSharp.text.pdf.PdfPTable.FittingRows

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 프로퍼티들

프로퍼티 타입 설명
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