|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormat | |
---|---|
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 OutputFormat in org.openinvoice.ubl4j.text |
---|
Methods in org.openinvoice.ubl4j.text that return OutputFormat | |
---|---|
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. |
Methods in org.openinvoice.ubl4j.text with parameters of type OutputFormat | |
---|---|
static InvoiceRendererFactory |
InvoiceRendererManager.createInvoiceRendererFactory(OutputFormat outputFormat)
|
Uses of OutputFormat in org.openinvoice.ubl4j.text.html |
---|
Methods in org.openinvoice.ubl4j.text.html that return OutputFormat | |
---|---|
OutputFormat |
HtmlInvoiceRenderer.getOutputFormat()
|
Uses of OutputFormat in org.openinvoice.ubl4j.text.pdf |
---|
Methods in org.openinvoice.ubl4j.text.pdf that return OutputFormat | |
---|---|
OutputFormat |
PDFInvoiceRenderer.getOutputFormat()
|
Uses of OutputFormat in org.openinvoice.ubl4j.text.tex |
---|
Methods in org.openinvoice.ubl4j.text.tex that return OutputFormat | |
---|---|
OutputFormat |
TexInvoiceRenderer.getOutputFormat()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |