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
Показать файл Открыть проект

Открытые методы

Метод Описание
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