메소드 | 설명 | |
---|---|---|
ClosingDocument ( |
Fires before closing the document
|
|
DocumentOpened ( |
Fires when the document is opened.
|
|
PageFinished ( |
Fires when a page is finished, just before being written to the document.
|
메소드 | 설명 | |
---|---|---|
initTemplate ( |
||
setFinalPageNumber ( |
public ClosingDocument ( |
||
writer | PdfWriter | |
document | PDF Document | |
columnCellsSummaryData | IList |
List of all rows summaries data |
리턴 | void |
public DocumentOpened ( |
||
writer | PdfWriter | |
columnCellsSummaryData | IList |
List of all rows summaries data |
리턴 | void |
public PageFinished ( |
||
writer | PdfWriter | |
document | PDF Document | |
columnCellsSummaryData | IList |
List of all rows summaries data |
리턴 | void |