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

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfPageEventHelper
      extended by org.openinvoice.ubl4j.text.pdf.table.SupplierHeader
All Implemented Interfaces:
com.itextpdf.text.pdf.PdfPageEvent

public class SupplierHeader
extends com.itextpdf.text.pdf.PdfPageEventHelper

Since:
\$Date: 2012/05/19 19:36:24 $
Version:
\$Revision: 4b0ab6d6e082 $
Author:
\$Author: javad $

Field Summary
protected  com.itextpdf.text.Phrase header
          The Phrase that will be added as the header of the document.
 
Constructor Summary
SupplierHeader(SupplierPartyTable supplierPartyTable)
          Constructs an Event that adds a Header and a Footer.
 
Method Summary
 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

header

protected com.itextpdf.text.Phrase header
The Phrase that will be added as the header of the document.

Constructor Detail

SupplierHeader

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

Method Detail

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.