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.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 TextLabel |
TextLabel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextLabel[] |
TextLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFInvoiceRendererBean.setCustomerLabelsToDisplay(List<TextLabel> customerLabelsToDisplay) |
void |
PDFInvoiceRendererBean.setInvoiceDateAndNumberLabelsToDisplay(List<TextLabel> invoiceDateAndNumberLabelsToDisplay) |
void |
PDFInvoiceRendererBean.setInvoiceLineLabelsToDisplay(List<TextLabel> invoiceLineLabelsToDisplay) |
void |
PDFInvoiceRendererBean.setPaymentTermsLabelsToDisplay(List<TextLabel> paymentTermsLabelsToDisplay) |
void |
PDFInvoiceRendererBean.setSupplierLabelsToDisplay(List<TextLabel> supplierLabelsToDisplay) |
Modifier and Type | Method and Description |
---|---|
void |
PartyTable.renderField(TextLabel label,
String value) |
boolean |
PartyTable.toBeRendered(TextLabel label) |
Constructor and Description |
---|
PartyTable(PDFInvoiceRenderer pdfInvoice,
oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyType partyType,
int numberOfColumn,
List<TextLabel> listOfLabelsToDisplay) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.