org.openinvoice.ubl4j.text.pdf.table
Class SupplierBankDetailsFooterTable

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfPageEventHelper
      extended by 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.
 
Constructor Summary
SupplierBankDetailsFooterTable(SupplierPartyTable supplierPartyTable)
          Constructs an Event that adds a Header and a Footer.
 
Method Summary
 void decorateCell(PDFCellWrapper cellWrapper)
           
 void decorateTable()
           
 void onEndPage(com.itextpdf.text.pdf.PdfWriter writer, com.itextpdf.text.Document 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
 

Field Detail

footer

protected PDFTableWrapper footer
The PdfPTable that will be added as the footer of the document.

Constructor Detail

SupplierBankDetailsFooterTable

public SupplierBankDetailsFooterTable(SupplierPartyTable supplierPartyTable)
Constructs an Event that adds a Header and a Footer.

Method Detail

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.