C# Class PDF_From_Template.PDFFromTemplateHelper.Table

Afficher le fichier Open project: BernhardPosselt/itp-bif3

Private Properties

Свойство Type Description
InitRelativeColumnWidths void

Méthodes publiques

Méthode 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

Méthode Description
InitRelativeColumnWidths ( int cols ) : void

Method Details

GetCell() public méthode

public GetCell ( int col, int row ) : Cell
col int
row int
Résultat iTextSharp.text.Cell

SetCell() public méthode

public SetCell ( int col, int row, Cell cell ) : void
col int
row int
cell iTextSharp.text.Cell
Résultat void

SetCell() public méthode

public SetCell ( int col, int row, Phrase phrase ) : void
col int
row int
phrase iTextSharp.text.Phrase
Résultat void

SetCell() public méthode

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

SetCell() public méthode

public SetCell ( int col, int row, string text ) : void
col int
row int
text string
Résultat void

Table() public méthode

public Table ( int cols, int rows ) : System.IO
cols int
rows int
Résultat System.IO

Table() public méthode

public Table ( int cols, int rows, Alignment align ) : System.IO
cols int
rows int
align Alignment
Résultat System.IO