C# 클래스 PDF_From_Template.PDFFromTemplateHelper.Table

파일 보기 프로젝트 열기: BernhardPosselt/itp-bif3

Private Properties

프로퍼티 타입 설명
InitRelativeColumnWidths void

공개 메소드들

메소드 설명
GetCell ( int col, int row ) : Cell
SetCell ( int col, int row, Cell cell ) : void
SetCell ( int col, int row, Phrase phrase ) : void
SetCell ( int col, int row, Phrase phrase, Alignment alignment ) : void
SetCell ( int col, int row, string text ) : void
Table ( int cols, int rows ) : System.IO
Table ( int cols, int rows, Alignment align ) : System.IO

비공개 메소드들

메소드 설명
InitRelativeColumnWidths ( int cols ) : void

메소드 상세

GetCell() 공개 메소드

public GetCell ( int col, int row ) : Cell
col int
row int
리턴 iTextSharp.text.Cell

SetCell() 공개 메소드

public SetCell ( int col, int row, Cell cell ) : void
col int
row int
cell iTextSharp.text.Cell
리턴 void

SetCell() 공개 메소드

public SetCell ( int col, int row, Phrase phrase ) : void
col int
row int
phrase iTextSharp.text.Phrase
리턴 void

SetCell() 공개 메소드

public SetCell ( int col, int row, Phrase phrase, Alignment alignment ) : void
col int
row int
phrase iTextSharp.text.Phrase
alignment Alignment
리턴 void

SetCell() 공개 메소드

public SetCell ( int col, int row, string text ) : void
col int
row int
text string
리턴 void

Table() 공개 메소드

public Table ( int cols, int rows ) : System.IO
cols int
rows int
리턴 System.IO

Table() 공개 메소드

public Table ( int cols, int rows, Alignment align ) : System.IO
cols int
rows int
align Alignment
리턴 System.IO