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.template |
Provides template related classes used for rendering invoice content to output formats such as HTML and TEX
formats.
|
org.openinvoice.ubl4j.core.common.text.tex |
Provides classes to render InvoiceType to TeX format.
|
org.openinvoice.ubl4j.task.create |
Contains classes that define and implement UBL4J common tasks, such as creating and rendering an invoice.
|
org.openinvoice.ubl4j.task.render |
Contains classes that implements invoice rendering task.
|
org.openinvoice.ubl4j.ui.console |
Contains classes related to the command-line console interface.
|
Modifier and Type | Method and Description |
---|---|
OutputFormat |
InvoiceRenderer.getOutputFormat() |
abstract OutputFormat |
DefaultInvoiceRenderer.getOutputFormat() |
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InvoiceRendererFactory |
InvoiceRendererManager.createInvoiceRendererFactory(OutputFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
HtmlInvoiceRenderer.getOutputFormat() |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
PDFInvoiceRenderer.getOutputFormat() |
Modifier and Type | Method and Description |
---|---|
static com.plainsource.commons.text.template.Template |
TemplateFactory.createDefaultTemplate(OutputFormat outputFormat) |
static com.plainsource.commons.text.template.Template |
TemplateFactory.createDefaultTemplate(OutputFormat outputFormat,
File templateFile) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
TexInvoiceRenderer.getOutputFormat() |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
InvoiceCreationInput.getInvoiceOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
InvoiceCreationInput.setInvoiceOutputFormat(OutputFormat invoiceOutputFormat) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
InvoiceRenderingOutput.getInvoiceOutputFormat() |
Modifier and Type | Method and Description |
---|---|
com.plainsource.commons.text.template.Template |
InvoiceRenderingOutput.getInvoiceOutputTemplate(OutputFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
UBL4JConsole.parseCommandlineOutputFormat() |
Copyright © 2011-2013 Plain Source. All Rights Reserved.