Method | Description | |
---|---|---|
CellRendered ( |
This method is called at the end of the cell's rendering.
|
|
RenderingCell ( CellAttributes attributes ) : PdfPCell |
Custom cell's content template as a PdfPCell
|
Method | Description | |
---|---|---|
getPercent ( CellAttributes attributes ) : float |
public CellRendered ( |
||
cell | The current cell | |
position | The coordinates of the cell | |
canvases | An array of PdfContentByte to add text or graphics | |
attributes | PdfRpt.Core.Contracts.CellAttributes | Current cell's custom attributes |
return | void |
public RenderingCell ( CellAttributes attributes ) : PdfPCell | ||
attributes | CellAttributes | |
return | PdfPCell |