C# 클래스 PdfRpt.FluentInterface.DefaultHeaderProviderBuilder

Default Header Provider Builder Class.
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DefaultHeaderProviderBuilder ( PdfReport pdfReport ) : System

ctor.

GroupHeaderCells ( Action headerCellsBuilder ) : void

Return dynamic cells of the group header.

GroupHeaderColumnsNumber ( int columnsNumber ) : void

Number of columns of GroupHeader.

ImagePath ( string path ) : void

An optional logo path.

Message ( string value ) : void

A message to show.

MessageFontColor ( BaseColor color ) : void

Message's FontColor.

MessageFontStyle ( DocumentFontStyle fontStyle ) : void

Message's FontStyle.

RunDirection ( PdfRunDirection direction ) : void

A Possible run direction value, left-to-right or right-to-left.

메소드 상세

DefaultHeaderProviderBuilder() 공개 메소드

ctor.
public DefaultHeaderProviderBuilder ( PdfReport pdfReport ) : System
pdfReport PdfReport
리턴 System

GroupHeaderCells() 공개 메소드

Return dynamic cells of the group header.
public GroupHeaderCells ( Action headerCellsBuilder ) : void
headerCellsBuilder Action
리턴 void

GroupHeaderColumnsNumber() 공개 메소드

Number of columns of GroupHeader.
public GroupHeaderColumnsNumber ( int columnsNumber ) : void
columnsNumber int
리턴 void

ImagePath() 공개 메소드

An optional logo path.
public ImagePath ( string path ) : void
path string
리턴 void

Message() 공개 메소드

A message to show.
public Message ( string value ) : void
value string
리턴 void

MessageFontColor() 공개 메소드

Message's FontColor.
public MessageFontColor ( BaseColor color ) : void
color iTextSharp.text.BaseColor
리턴 void

MessageFontStyle() 공개 메소드

Message's FontStyle.
public MessageFontStyle ( DocumentFontStyle fontStyle ) : void
fontStyle DocumentFontStyle
리턴 void

RunDirection() 공개 메소드

A Possible run direction value, left-to-right or right-to-left.
public RunDirection ( PdfRunDirection direction ) : void
direction PdfRunDirection
리턴 void