C# Class PdfRpt.FluentInterface.InlineFieldBuilder

Defines how to display the current cell's data
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BasicProperties ( CellBasicProperties properties ) : void

Table's Cells Definitions. If you don't set this value, it will be filled by using current template's settings internally.

ConditionalFormatFormula ( Func formula ) : void

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 cell ) : void

It will be called at the end of the cell's rendering.

RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func cell ) : void

Custom cell's content template as a PdfPCell

Method Details

BasicProperties() public méthode

Table's Cells Definitions. If you don't set this value, it will be filled by using current template's settings internally.
public BasicProperties ( CellBasicProperties properties ) : void
properties PdfRpt.Core.Contracts.CellBasicProperties
Résultat void

ConditionalFormatFormula() public méthode

Defines the current cell's properties, based on the other cells values. Here IList contains actual row's cells values. It can be null.
public ConditionalFormatFormula ( Func formula ) : void
formula Func
Résultat void

DrawOnCell() public méthode

It will be called at the end of the cell's rendering.
public DrawOnCell ( System cell ) : void
cell System
Résultat void

RenderCell() public méthode

Custom cell's content template as a PdfPCell
public RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func cell ) : void
cell iTextSharp.text.pdf.PdfPCell>.Func
Résultat void