Package | Description |
---|---|
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 |
---|---|
static PDFPhraseWrapper |
PDFPhraseWrapper.createBoldValuePhrase(String value) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelPhrase(String label) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelPhrase(String label,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelValuePhrase(String label,
String value) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createLabelValuePhrase(String label,
String value,
PDFFontWrapper pdfFontWrapper) |
static PDFPhraseWrapper |
PDFPhraseWrapper.createPhrase() |
static PDFPhraseWrapper |
PDFPhraseWrapper.createValuePhrase(String value) |
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 |
---|---|
void |
PDFTableWrapper.addCell(PDFPhraseWrapper phraseWrapper) |
Constructor and Description |
---|
PDFCellWrapper(PDFPhraseWrapper pdfPhraseWrapper) |
PDFHeaderCell(PDFPhraseWrapper phraseWrapper) |
PDFTotalHeaderCell(PDFPhraseWrapper phraseWrapper) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.