C# Class PDF_From_Template.PDFFromTemplateHelper.Table.Cell

Mostra file Open project: BernhardPosselt/itp-bif3

Public Methods

Method Description
Cell ( ) : System.IO
Cell ( Phrase phrase ) : System.IO
Cell ( Phrase phrase, Alignment alignment ) : System.IO

Method Details

Cell() public method

public Cell ( ) : System.IO
return System.IO

Cell() public method

public Cell ( Phrase phrase ) : System.IO
phrase iTextSharp.text.Phrase
return System.IO

Cell() public method

public Cell ( Phrase phrase, Alignment alignment ) : System.IO
phrase iTextSharp.text.Phrase
alignment Alignment
return System.IO