Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text |
Provides classes and interfaces for rendering
InvoiceType elements to various output format including
TeX, PDF and HTML. |
org.openinvoice.ubl4j.core.common.text.html |
Provides classes to render InvoiceType to HTML format.
|
org.openinvoice.ubl4j.core.common.text.pdf |
Contains classes that handle the PDF output generation.
|
org.openinvoice.ubl4j.core.common.text.tex |
Provides classes to render InvoiceType to TeX format.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInvoiceRenderer
Provides common functions to Tex, HTML and PDF
renders.
|
Modifier and Type | Method and Description |
---|---|
InvoiceRenderer |
InvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template,
UBL4JConfigurationBean ubl4JConfigurationBean) |
InvoiceRenderer |
InvoiceRendererManager.getInvoiceRenderer() |
Modifier and Type | Class and Description |
---|---|
class |
HtmlInvoiceRenderer |
Modifier and Type | Method and Description |
---|---|
InvoiceRenderer |
HtmlInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template,
UBL4JConfigurationBean ubl4JConfigurationBean) |
Modifier and Type | Class and Description |
---|---|
class |
PDFInvoiceRenderer
It renders the invoice information to PDF output.
|
Modifier and Type | Method and Description |
---|---|
InvoiceRenderer |
PDFInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template,
UBL4JConfigurationBean ubl4JConfigurationBean) |
Modifier and Type | Class and Description |
---|---|
class |
TexInvoiceRenderer |
Modifier and Type | Method and Description |
---|---|
InvoiceRenderer |
TexInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
com.plainsource.commons.text.template.Template template,
UBL4JConfigurationBean ubl4JConfigurationBean) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.