Uses of Class
org.openinvoice.ubl4j.text.TextLabel

Packages that use TextLabel
org.openinvoice.ubl4j.text Provides classes and interfaces for rendering InvoiceType elements to various output format including TeX, PDF and HTML
org.openinvoice.ubl4j.text.pdf Contains classes that handle the PDF output generation. 
org.openinvoice.ubl4j.text.pdf.table Contains PDF table related classes classes that handle the PDF output generation. 
 

Uses of TextLabel in org.openinvoice.ubl4j.text
 

Methods in org.openinvoice.ubl4j.text that return TextLabel
static TextLabel TextLabel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextLabel[] TextLabel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TextLabel in org.openinvoice.ubl4j.text.pdf
 

Methods in org.openinvoice.ubl4j.text.pdf that return types with arguments of type TextLabel
static List<TextLabel> PDFInvoiceRendererBeanFactory.getCustomerLabelsToDisplay()
           
 List<TextLabel> PDFInvoiceRendererBean.getCustomerLabelsToDisplay()
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getInvoiceDateAndNumberLabelsToDisplay()
           
 List<TextLabel> PDFInvoiceRendererBean.getInvoiceDateAndNumberLabelsToDisplay()
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getInvoiceLineLabelsToDisplay()
           
 List<TextLabel> PDFInvoiceRendererBean.getInvoiceLineLabelsToDisplay()
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getLabelsToDisplay(String sectionKey)
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getPaymentTermsLabelsToDisplay()
           
 List<TextLabel> PDFInvoiceRendererBean.getPaymentTermsLabelsToDisplay()
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getSupplierBankDetailsLabelsToDisplay()
           
static List<TextLabel> PDFInvoiceRendererBeanFactory.getSupplierLabelsToDisplay()
           
 List<TextLabel> PDFInvoiceRendererBean.getSupplierLabelsToDisplay()
           
 

Method parameters in org.openinvoice.ubl4j.text.pdf with type arguments of type TextLabel
 void PDFInvoiceRendererBean.setCustomerLabelsToDisplay(List<TextLabel> customerLabelsToDisplay)
           
 void PDFInvoiceRendererBean.setInvoiceDateAndNumberLabelsToDisplay(List<TextLabel> invoiceDateAndNumberLabelsToDisplay)
           
 void PDFInvoiceRendererBean.setInvoiceLineLabelsToDisplay(List<TextLabel> invoiceLineLabelsToDisplay)
           
 void PDFInvoiceRendererBean.setPaymentTermsLabelsToDisplay(List<TextLabel> paymentTermsLabelsToDisplay)
           
 void PDFInvoiceRendererBean.setSupplierLabelsToDisplay(List<TextLabel> supplierLabelsToDisplay)
           
 

Uses of TextLabel in org.openinvoice.ubl4j.text.pdf.table
 

Methods in org.openinvoice.ubl4j.text.pdf.table with parameters of type TextLabel
 void PartyTable.renderField(TextLabel label, String value)
           
 boolean PartyTable.toBeRendered(TextLabel label)
           
 

Constructor parameters in org.openinvoice.ubl4j.text.pdf.table with type arguments of type TextLabel
PartyTable(PDFInvoiceRenderer pdfInvoice, oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyType partyType, int numberOfColumn, List<TextLabel> listOfLabelsToDisplay)
           
 



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