C# Класс PdfRpt.FooterTemplates.XHtmlFooterProvider

Defines dynamic footer of the pages by using iTextSharp's limited HTML to PDF capabilities (HTMLWorker class).
Наследование: IPageFooter
Показать файл Открыть проект

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

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

Fires before closing the document

DocumentOpened ( PdfWriter writer, IList columnCellsSummaryData ) : void

Fires when the document is opened.

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

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

Приватные методы

Метод Описание
createTable ( string html ) : PdfGrid
initTemplate ( PdfWriter writer ) : void
setFinalPageNumber ( PdfWriter writer ) : void

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

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

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

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

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

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

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