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

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

공개 프로퍼티들

프로퍼티 타입 설명
height float
rowspan int

공개 메소드들

메소드 설명
BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
CellEnds ( ) : bool
ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void

메소드 상세

BeginCell() 공개 메소드

public BeginCell ( PdfPCell cell, float completedRowsHeight, float rowHeight ) : void
cell PdfPCell
completedRowsHeight float
rowHeight float
리턴 void

CellEnds() 공개 메소드

public CellEnds ( ) : bool
리턴 bool

ConsumeRowspan() 공개 메소드

public ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void
completedRowsHeight float
rowHeight float
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

rowspan 공개적으로 프로퍼티

public int rowspan
리턴 int