C# Class PdfReportSamples.MailingLabel.MailingLabelCellTemplate

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

This method is called at the end of the cell's rendering.

RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Method Details

CellRendered() public méthode

This method is called at the end of the cell's rendering.
public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell The current cell
position iTextSharp.text.Rectangle The coordinates of the cell
canvases iTextSharp.text.pdf.PdfContentByte
attributes PdfRpt.Core.Contracts.CellAttributes Current cell's custom attributes
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