C# 클래스 PdfRpt.Core.Helper.HeaderFooterManager

A class to encapsulate header and footer related methods.
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
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