C# 클래스 PdfRpt.Core.PdfTable.MainTableCellsEvent

This class allows accessing cell's canvas after finishing its rendering to add additional text or graphics. At this point we can add summary cells data.
상속: IPdfPCellEvent
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void

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

MainTableCellsEvent ( PdfRpt.Core.Contracts.CellAttributes pdfRptCell ) : System.Collections.Generic

Allows accessing cell's canvas after finishing its rendering to add additional text or graphics

비공개 메소드들

메소드 설명
applyCustomCellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
applyGradientBackground ( Rectangle position, PdfContentByte canvases ) : void
getAggregateValuePosition ( Rectangle position ) : AggregateValuePosition
getRowSummaryData ( ) : object
getTableRowData ( ) : List
getTotalSummaries ( ) : object
printSummary ( Rectangle position, PdfContentByte canvases ) : void
setCellData ( object rowSummaryData, string formattedValue ) : void
setLastRenderedRowNumber ( ) : void
setMainTableEvents ( ) : void
setPagesInfo ( ) : void
thisPageSummary ( ) : object

메소드 상세

CellLayout() 공개 메소드

This method is called at the end of the cell's rendering.
public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell The current cell
position iTextSharp.text.Rectangle The coordinates of the cell
canvases iTextSharp.text.pdf.PdfContentByte An array of PdfContentByte to add text or graphics
리턴 void

MainTableCellsEvent() 공개 메소드

Allows accessing cell's canvas after finishing its rendering to add additional text or graphics
public MainTableCellsEvent ( PdfRpt.Core.Contracts.CellAttributes pdfRptCell ) : System.Collections.Generic
pdfRptCell PdfRpt.Core.Contracts.CellAttributes Related cell's attributes
리턴 System.Collections.Generic