C# 클래스 PdfRpt.FluentInterface.InlineFieldBuilder

Defines how to display the current cell's data
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

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