Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text.pdf |
Contains classes that handle the PDF output generation.
|
org.openinvoice.ubl4j.core.common.text.pdf.table |
Contains PDF table related classes classes that handle the PDF output generation.
|
Modifier and Type | Method and Description |
---|---|
static InvoiceLineTable.CurrencyDisplay |
PDFInvoiceRendererBeanFactory.getInvoiceLineTableCurrencyDisplay() |
InvoiceLineTable.CurrencyDisplay |
PDFInvoiceRendererBean.getInvoiceLineTableCurrencyDisplay() |
static InvoiceLineTable.CurrencyDisplay |
PDFInvoiceRendererBeanFactory.getInvoiceLineTableHeaderCurrencyDisplay() |
InvoiceLineTable.CurrencyDisplay |
PDFInvoiceRendererBean.getInvoiceLineTableHeaderCurrencyDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
PDFInvoiceRendererBean.setInvoiceLineTableCurrencyDisplay(InvoiceLineTable.CurrencyDisplay invoiceLineTableCurrencyDisplay) |
void |
PDFInvoiceRendererBean.setInvoiceLineTableHeaderCurrencyDisplay(InvoiceLineTable.CurrencyDisplay invoiceLineTableHeaderCurrencyDisplay) |
Modifier and Type | Method and Description |
---|---|
static InvoiceLineTable.CurrencyDisplay |
InvoiceLineTable.CurrencyDisplay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceLineTable.CurrencyDisplay[] |
InvoiceLineTable.CurrencyDisplay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013 Plain Source. All Rights Reserved.