C# Класс PdfRpt.Core.Helper.HeaderFooterManager

A class to encapsulate header and footer related methods.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddFooter ( PdfWriter writer, Document document, IList columnCellsSummaryData ) : void

Fires when a page is finished, just before being written to the document.

AddHeader ( PdfWriter writer, Document document ) : void

Fires when a new page is being added

ApplyFooter ( PdfWriter writer, Document document, IList columnCellsSummaryData ) : void

Fires before closing the document

InitFooter ( PdfWriter writer, IList columnCellsSummaryData ) : void

Fires when the document is opened

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

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

Fires when a page is finished, just before being written to the document.
public AddFooter ( PdfWriter writer, Document document, IList columnCellsSummaryData ) : void
writer iTextSharp.text.pdf.PdfWriter PdfWriter
document iTextSharp.text.Document PDF Document
columnCellsSummaryData IList Rows summaries data
Результат void

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

Fires when a new page is being added
public AddHeader ( PdfWriter writer, Document document ) : void
writer iTextSharp.text.pdf.PdfWriter PdfWriter
document iTextSharp.text.Document PDF Document
Результат void

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

Fires before closing the document
public ApplyFooter ( PdfWriter writer, Document document, IList columnCellsSummaryData ) : void
writer iTextSharp.text.pdf.PdfWriter PdfWriter
document iTextSharp.text.Document PDF Document
columnCellsSummaryData IList Rows summaries data
Результат void

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

Fires when the document is opened
public InitFooter ( PdfWriter writer, IList columnCellsSummaryData ) : void
writer iTextSharp.text.pdf.PdfWriter PdfWriter
columnCellsSummaryData IList Rows summaries data
Результат void