C# 클래스 iTextSharp.text.pdf.PdfTable

상속: iTextSharp.text.Rectangle
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
positions float[]
table iTextSharp.text.Table

Private Properties

프로퍼티 타입 설명
HasHeader bool
PdfTable System
UpdateRowAdditions void
UpdateRowAdditionsInternal void

공개 메소드들

메소드 설명
HasToFitPageCells ( ) : bool
HasToFitPageTable ( ) : bool

비공개 메소드들

메소드 설명
HasHeader ( ) : bool
PdfTable ( Table table, float left, float right, float top ) : System
UpdateRowAdditions ( ) : void
UpdateRowAdditionsInternal ( ) : void

메소드 상세

HasToFitPageCells() 공개 메소드

public HasToFitPageCells ( ) : bool
리턴 bool

HasToFitPageTable() 공개 메소드

public HasToFitPageTable ( ) : bool
리턴 bool

프로퍼티 상세

positions 보호되어 있는 프로퍼티

protected float[] positions
리턴 float[]

table 보호되어 있는 프로퍼티

protected Table,iTextSharp.text table
리턴 iTextSharp.text.Table