C# Class PDF_From_Template.PDFFromTemplateHelper.Table

ファイルを表示 Open project: BernhardPosselt/itp-bif3

Private Properties

Property Type Description
InitRelativeColumnWidths void

Public Methods

Method Description
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

Private Methods

Method Description
InitRelativeColumnWidths ( int cols ) : void

Method Details

GetCell() public method

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

SetCell() public method

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

SetCell() public method

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

SetCell() public method

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

SetCell() public method

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

Table() public method

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

Table() public method

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