C# Class PdfReportSamples.CustomCellTemplate.MyCustomCellTemplate

Inheritance: IColumnItemsTemplate
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Method Details

CellRendered() public méthode

public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell
position iTextSharp.text.Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
attributes PdfRpt.Core.Contracts.CellAttributes
Résultat void

RenderingCell() public méthode

public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
Résultat iTextSharp.text.pdf.PdfPCell