C# Класс PdfRpt.FluentInterface.InlineFieldBuilder

Defines how to display the current cell's data
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

Описание методов

BasicProperties() публичный Метод

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
Результат void

ConditionalFormatFormula() публичный Метод

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
Результат void

DrawOnCell() публичный Метод

It will be called at the end of the cell's rendering.
public DrawOnCell ( System cell ) : void
cell System
Результат void

RenderCell() публичный Метод

Custom cell's content template as a PdfPCell
public RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func cell ) : void
cell iTextSharp.text.pdf.PdfPCell>.Func
Результат void