Uses of Interface
org.openinvoice.ubl4j.text.InvoiceRendererFactory

Packages that use InvoiceRendererFactory
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.html Provides classes to render InvoiceType to HTML format. 
org.openinvoice.ubl4j.text.pdf Provides classes to render InvoiceType to PDF format using iText
org.openinvoice.ubl4j.text.tex Provides classes to render InvoiceType to TeX format. 
 

Uses of InvoiceRendererFactory in org.openinvoice.ubl4j.text
 

Methods in org.openinvoice.ubl4j.text that return InvoiceRendererFactory
static InvoiceRendererFactory InvoiceRendererManager.createInvoiceRendererFactory(OutputFormat outputFormat)
           
 

Uses of InvoiceRendererFactory in org.openinvoice.ubl4j.text.html
 

Classes in org.openinvoice.ubl4j.text.html that implement InvoiceRendererFactory
 class HtmlInvoiceRendererFactory
           
 

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

Classes in org.openinvoice.ubl4j.text.pdf that implement InvoiceRendererFactory
 class PDFInvoiceRendererFactory
           
 

Uses of InvoiceRendererFactory in org.openinvoice.ubl4j.text.tex
 

Classes in org.openinvoice.ubl4j.text.tex that implement InvoiceRendererFactory
 class TexInvoiceRendererFactory
           
 



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