|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvoiceRenderer | |
---|---|
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 | Contains classes that handle the PDF output generation. |
org.openinvoice.ubl4j.text.tex | Provides classes to render InvoiceType to TeX format. |
Uses of InvoiceRenderer in org.openinvoice.ubl4j.text |
---|
Classes in org.openinvoice.ubl4j.text that implement InvoiceRenderer | |
---|---|
class |
DefaultInvoiceRenderer
Provides common functions to Tex, HTML and PDF renders. |
Methods in org.openinvoice.ubl4j.text that return InvoiceRenderer | |
---|---|
InvoiceRenderer |
InvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template)
|
InvoiceRenderer |
InvoiceRendererManager.getInvoiceRenderer()
|
Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.html |
---|
Classes in org.openinvoice.ubl4j.text.html that implement InvoiceRenderer | |
---|---|
class |
HtmlInvoiceRenderer
|
Methods in org.openinvoice.ubl4j.text.html that return InvoiceRenderer | |
---|---|
InvoiceRenderer |
HtmlInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template)
|
Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.pdf |
---|
Classes in org.openinvoice.ubl4j.text.pdf that implement InvoiceRenderer | |
---|---|
class |
PDFInvoiceRenderer
It renders the invoice information to PDF output. |
Methods in org.openinvoice.ubl4j.text.pdf that return InvoiceRenderer | |
---|---|
InvoiceRenderer |
PDFInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template)
|
Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.tex |
---|
Classes in org.openinvoice.ubl4j.text.tex that implement InvoiceRenderer | |
---|---|
class |
TexInvoiceRenderer
|
Methods in org.openinvoice.ubl4j.text.tex that return InvoiceRenderer | |
---|---|
InvoiceRenderer |
TexInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |