C# Class Hamekoz.Reportes.Tabla

Inheritance: IElemento
Afficher le fichier Open project: hamekoz/hamekoz-sharp

Méthodes publiques

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

Méthode Description
AnchoDeColumnas ( ) : float[]

Method Details

AgregarDato() public méthode

public AgregarDato ( Object dato ) : void
dato Object
Résultat void

AgregarTotal() public méthode

public AgregarTotal ( Object total ) : void
total Object
Résultat void

GetElemento() public méthode

public GetElemento ( ) : IElement
Résultat IElement

GetNewData() public méthode

public GetNewData ( Object dato ) : PdfPCell
dato Object
Résultat iTextSharp.text.pdf.PdfPCell

GetNewHeader() public méthode

public GetNewHeader ( Columna columna ) : PdfPCell
columna Columna
Résultat iTextSharp.text.pdf.PdfPCell

GetNewTotal() public méthode

public GetNewTotal ( Object total ) : PdfPCell
total Object
Résultat iTextSharp.text.pdf.PdfPCell