Property | Type | Description |
---|
Method | Description | |
---|---|---|
BasicProperties ( |
Table's Cells Definitions. If you don't set this value, it will be filled by using current template's settings internally.
|
|
ConditionalFormatFormula ( Func |
Defines the current cell's properties, based on the other cells values. Here IList contains actual row's cells values. It can be null.
|
|
DrawOnCell ( System |
It will be called at the end of the cell's rendering.
|
|
RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func |
Custom cell's content template as a PdfPCell
|
public BasicProperties ( |
||
properties | ||
return | void |
public ConditionalFormatFormula ( Func |
||
formula | Func |
|
return | void |
public RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func |
||
cell | iTextSharp.text.pdf.PdfPCell>.Func | |
return | void |