C# 클래스 PdfReportSamples.CustomCellTemplate.MyCustomCellTemplate

상속: IColumnItemsTemplate
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

메소드 상세

CellRendered() 공개 메소드

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
리턴 void

RenderingCell() 공개 메소드

public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
리턴 iTextSharp.text.pdf.PdfPCell