Method | Description | |
---|---|---|
CellRendered ( |
This method is called at the end of the cell's rendering.
|
|
HyperlinkField ( |
ctor.
|
|
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
Custom cell's content template as a PdfPCell
|
Method | Description | |
---|---|---|
getAnchor ( |
||
getText ( PdfRpt.Core.Contracts.CellAttributes attributes ) : string | ||
getUrl ( PdfRpt.Core.Contracts.CellAttributes attributes ) : string | ||
setFontStyles ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
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 HyperlinkField ( |
||
foreColor | ||
fontUnderline | bool | |
return | System |
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
||
attributes | PdfRpt.Core.Contracts.CellAttributes | |
return |