|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextLabel | |
---|---|
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.pdf | Contains classes that handle the PDF output generation. |
org.openinvoice.ubl4j.text.pdf.table | Contains PDF table related classes classes that handle the PDF output generation. |
Uses of TextLabel in org.openinvoice.ubl4j.text |
---|
Methods in org.openinvoice.ubl4j.text that return TextLabel | |
---|---|
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. |
Uses of TextLabel in org.openinvoice.ubl4j.text.pdf |
---|
Method parameters in org.openinvoice.ubl4j.text.pdf with type arguments of type TextLabel | |
---|---|
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)
|
Uses of TextLabel in org.openinvoice.ubl4j.text.pdf.table |
---|
Methods in org.openinvoice.ubl4j.text.pdf.table with parameters of type TextLabel | |
---|---|
void |
PartyTable.renderField(TextLabel label,
String value)
|
boolean |
PartyTable.toBeRendered(TextLabel label)
|
Constructor parameters in org.openinvoice.ubl4j.text.pdf.table with type arguments of type TextLabel | |
---|---|
PartyTable(PDFInvoiceRenderer pdfInvoice,
oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyType partyType,
int numberOfColumn,
List<TextLabel> listOfLabelsToDisplay)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |