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

java.lang.Object
  extended by org.openinvoice.ubl4j.text.pdf.table.PDFTableWrapper
      extended by org.openinvoice.ubl4j.text.pdf.table.PartyTable
          extended by org.openinvoice.ubl4j.text.pdf.table.CustomerPartyTable

public class CustomerPartyTable
extends PartyTable

Presents invoice customer information in PDF tabular format. CurrencyDecimal.

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

Field Summary
 
Fields inherited from class org.openinvoice.ubl4j.text.pdf.table.PDFTableWrapper
LABEL_VAL_SEP
 
Constructor Summary
CustomerPartyTable(PDFInvoiceRenderer pdfInvoice)
           
 
Method Summary
 void decorateCell(PDFCellWrapper cellWrapper)
           
 void decorateTable()
           
 void renderFax()
           
 
Methods inherited from class org.openinvoice.ubl4j.text.pdf.table.PartyTable
addLabelValueCell, addPartyLogo, getAddressValue, getElectronicMailValue, getFaxValue, getInvoiceRendererBean, getPartyNameValue, getPartyTaxSchemeCompanyID, getPartyType, getPdfFontWrapper, getPdfInvoice, getTelephoneValue, getWebsiteURIValue, render, renderField, setPdfFontWrapper, toBeRendered
 
Methods inherited from class org.openinvoice.ubl4j.text.pdf.table.PDFTableWrapper
addCell, addCell, addKeyValueCell, addLabelCell, addLabelCell, addLabelHeaderCell, addLabelValueCell, addTotalLabelHeaderCell, addValueCell, addValueCell, addValueCell, addValueCell, addValueCell, addValueCell, createLabelValueCells, getDefaultCell, getHorizontalAlignment, getLabelValueSeparator, getNumberOfColumns, getTable, setHorizontalAlignment, setLabelValueSeparator, setSpacingAfter, setTable, setTotalWidth, setTotalWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerPartyTable

public CustomerPartyTable(PDFInvoiceRenderer pdfInvoice)
Method Detail

renderFax

public void renderFax()

decorateTable

public void decorateTable()
Overrides:
decorateTable in class PartyTable

decorateCell

public void decorateCell(PDFCellWrapper cellWrapper)
Overrides:
decorateCell in class PDFTableWrapper


Copyright © 2011-2012 Plain Source. All Rights Reserved.