C# 클래스 Hamekoz.Reportes.Tabla

상속: IElemento
파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 메소드들

메소드 설명
AgregarDato ( Object dato ) : void
AgregarTotal ( Object total ) : void
GetElemento ( ) : IElement
GetNewData ( Object dato ) : PdfPCell
GetNewHeader ( Columna columna ) : PdfPCell
GetNewTotal ( Object total ) : PdfPCell

비공개 메소드들

메소드 설명
AnchoDeColumnas ( ) : float[]

메소드 상세

AgregarDato() 공개 메소드

public AgregarDato ( Object dato ) : void
dato Object
리턴 void

AgregarTotal() 공개 메소드

public AgregarTotal ( Object total ) : void
total Object
리턴 void

GetElemento() 공개 메소드

public GetElemento ( ) : IElement
리턴 IElement

GetNewData() 공개 메소드

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

GetNewHeader() 공개 메소드

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

GetNewTotal() 공개 메소드

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