C# Class PdfRpt.FluentInterface.DefaultHeaderProviderBuilder

Default Header Provider Builder Class.
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

DefaultHeaderProviderBuilder() public méthode

ctor.
public DefaultHeaderProviderBuilder ( PdfReport pdfReport ) : System
pdfReport PdfReport
Résultat System

GroupHeaderCells() public méthode

Return dynamic cells of the group header.
public GroupHeaderCells ( Action headerCellsBuilder ) : void
headerCellsBuilder Action
Résultat void

GroupHeaderColumnsNumber() public méthode

Number of columns of GroupHeader.
public GroupHeaderColumnsNumber ( int columnsNumber ) : void
columnsNumber int
Résultat void

ImagePath() public méthode

An optional logo path.
public ImagePath ( string path ) : void
path string
Résultat void

Message() public méthode

A message to show.
public Message ( string value ) : void
value string
Résultat void

MessageFontColor() public méthode

Message's FontColor.
public MessageFontColor ( BaseColor color ) : void
color iTextSharp.text.BaseColor
Résultat void

MessageFontStyle() public méthode

Message's FontStyle.
public MessageFontStyle ( DocumentFontStyle fontStyle ) : void
fontStyle DocumentFontStyle
Résultat void

RunDirection() public méthode

A Possible run direction value, left-to-right or right-to-left.
public RunDirection ( PdfRunDirection direction ) : void
direction PdfRunDirection
Résultat void