C# Class Hamekoz.Reportes.Tabla

Inheritance: IElemento
ファイルを表示 Open project: hamekoz/hamekoz-sharp

Public Methods

Method Description
AgregarDato ( Object dato ) : void
AgregarTotal ( Object total ) : void
GetElemento ( ) : IElement
GetNewData ( Object dato ) : PdfPCell
GetNewHeader ( Columna columna ) : PdfPCell
GetNewTotal ( Object total ) : PdfPCell

Private Methods

Method Description
AnchoDeColumnas ( ) : float[]

Method Details

AgregarDato() public method

public AgregarDato ( Object dato ) : void
dato Object
return void

AgregarTotal() public method

public AgregarTotal ( Object total ) : void
total Object
return void

GetElemento() public method

public GetElemento ( ) : IElement
return IElement

GetNewData() public method

public GetNewData ( Object dato ) : PdfPCell
dato Object
return iTextSharp.text.pdf.PdfPCell

GetNewHeader() public method

public GetNewHeader ( Columna columna ) : PdfPCell
columna Columna
return iTextSharp.text.pdf.PdfPCell

GetNewTotal() public method

public GetNewTotal ( Object total ) : PdfPCell
total Object
return iTextSharp.text.pdf.PdfPCell