org.openinvoice.ubl4j.text.pdf.table
Class SupplierBankDetailsFooterTable
java.lang.Object
com.itextpdf.text.pdf.PdfPageEventHelper
org.openinvoice.ubl4j.text.pdf.table.SupplierBankDetailsFooterTable
- All Implemented Interfaces:
- com.itextpdf.text.pdf.PdfPageEvent
public class SupplierBankDetailsFooterTable
- extends com.itextpdf.text.pdf.PdfPageEventHelper
- Since:
- \$Date: 2012/05/19 19:36:24 $
- Version:
- \$Revision: 4b0ab6d6e082 $
- Author:
- \$Author: javad $
Field Summary |
protected PDFTableWrapper |
footer
The PdfPTable that will be added as the footer of the document. |
Methods inherited from class com.itextpdf.text.pdf.PdfPageEventHelper |
onChapter, onChapterEnd, onCloseDocument, onGenericTag, onOpenDocument, onParagraph, onParagraphEnd, onSection, onSectionEnd, onStartPage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
footer
protected PDFTableWrapper footer
- The PdfPTable that will be added as the footer of the document.
SupplierBankDetailsFooterTable
public SupplierBankDetailsFooterTable(SupplierPartyTable supplierPartyTable)
- Constructs an Event that adds a Header and a Footer.
decorateCell
public void decorateCell(PDFCellWrapper cellWrapper)
decorateTable
public void decorateTable()
onEndPage
public void onEndPage(com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.Document document)
- Specified by:
onEndPage
in interface com.itextpdf.text.pdf.PdfPageEvent
- Overrides:
onEndPage
in class com.itextpdf.text.pdf.PdfPageEventHelper
- See Also:
com.lowagie.text.pdf.PdfPageEvent#onEndPage(com.lowagie.text.pdf.PdfWriter,
com.lowagie.text.Document)
Copyright © 2011-2012 Plain Source. All Rights Reserved.