Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text.pdf.table |
Contains PDF table related classes classes that handle the PDF output generation.
|
org.openinvoice.ubl4j.core.common.text.pdf.table.cell |
Contains PDF table cell related classes classes that handle the PDF output generation.
|
Modifier and Type | Method and Description |
---|---|
List<PDFCellWrapper> |
PDFTableWrapper.createLabelValueCells(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
Modifier and Type | Method and Description |
---|---|
void |
PDFTableWrapper.addCell(PDFCellWrapper cellWrapper) |
void |
SupplierPartyTable.decorateCell(PDFCellWrapper cellWrapper) |
void |
SupplierBankDetailsFooterTable.decorateCell(PDFCellWrapper cellWrapper) |
void |
PDFTableWrapper.decorateCell(PDFCellWrapper cellWrapper) |
void |
PaymentTermsTable.decorateCell(PDFCellWrapper cellWrapper) |
void |
InvoiceNumberAndDateTable.decorateCell(PDFCellWrapper cellWrapper) |
void |
InvoiceLineTable.decorateCell(PDFCellWrapper cellWrapper) |
void |
CustomerPartyTable.decorateCell(PDFCellWrapper cellWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
PDFDecimalCell
As a table cell, it handles BigDecimal and CurrencyDecimal.
|
class |
PDFHeaderCell
Represents a table header cell.
|
class |
PDFNumberCell
As a table cell, it handles Number and NumberWrapper.
|
class |
PDFTotalDecimalCell
Represents a table cell that contains a total sum of BigDecimal or CurrencyDecimal.
|
class |
PDFTotalHeaderCell
Represents a table header cell for a total sum.
|
Copyright © 2011-2013 Plain Source. All Rights Reserved.