Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text.pdf |
Contains classes that handle the PDF output generation.
|
org.openinvoice.ubl4j.core.common.text.pdf.common |
Contains common classes such as
PDFChunkWrapper used by other PDF elements. |
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 |
---|---|
PDFFontWrapper |
PDFInvoiceRendererBean.getCustomerFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getInvoiceDateAndNumberFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getInvoiceLineFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getInvoiceLineTotalFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getPaymentTermsFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getSupplierBankDetailsFont() |
PDFFontWrapper |
PDFInvoiceRendererBean.getSupplierFont() |
Modifier and Type | Field and Description |
---|---|
static PDFFontWrapper |
PDFFontWrapper.BLACK_BOLD_FONT |
static PDFFontWrapper |
PDFFontWrapper.DEFAULT_FONT |
static PDFFontWrapper |
PDFFontWrapper.LABEL_FONT |
static PDFFontWrapper |
PDFFontWrapper.VALUE_FONT |
Modifier and Type | Method and Description |
---|---|
static PDFChunkWrapper |
PDFChunkWrapper.createLabelChunk(String s,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelPhrase(String label,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelValuePhrase(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
static PDFChunkWrapper |
PDFChunkWrapper.createValueChunk(String s,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createValuePhrase(String value,
PDFFontWrapper pdfFontWrapper,
com.itextpdf.text.pdf.PdfAction pdfAction) |
Modifier and Type | Method and Description |
---|---|
PDFFontWrapper |
PartyTable.getPdfFontWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
PDFTableWrapper.addLabelCell(String label,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addLabelValueCell(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addValueCell(com.plainsource.commons.text.CurrencyDecimal value,
boolean totalSum,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addValueCell(com.plainsource.commons.text.CurrencyDecimal value,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addValueCell(com.plainsource.commons.text.NumberWrapper value,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addValueCell(String value,
PDFFontWrapper pdfFontWrapper) |
void |
PDFTableWrapper.addValueCell(String value,
PDFFontWrapper pdfFontWrapper,
com.itextpdf.text.pdf.PdfAction pdfAction) |
List<PDFCellWrapper> |
PDFTableWrapper.createLabelValueCells(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
void |
PartyTable.setPdfFontWrapper(PDFFontWrapper pdfFontWrapper) |
Constructor and Description |
---|
PDFDecimalCell(BigDecimal decimal,
PDFFontWrapper pdfFontWrapper) |
PDFDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal,
PDFFontWrapper pdfFontWrapper) |
PDFNumberCell(Number number,
PDFFontWrapper pdfFontWrapper) |
PDFNumberCell(com.plainsource.commons.text.NumberWrapper number,
PDFFontWrapper pdfFontWrapper) |
PDFTotalDecimalCell(BigDecimal decimal,
PDFFontWrapper pdfFontWrapper) |
PDFTotalDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal,
PDFFontWrapper pdfFontWrapper) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.