|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFPhraseWrapper | |
---|---|
org.openinvoice.ubl4j.text.pdf.common |
Contains common classes such as PDFChunkWrapper used by other PDF elements. |
org.openinvoice.ubl4j.text.pdf.table | Contains PDF table related classes classes that handle the PDF output generation. |
org.openinvoice.ubl4j.text.pdf.table.cell | Contains PDF table cell related classes classes that handle the PDF output generation. |
Uses of PDFPhraseWrapper in org.openinvoice.ubl4j.text.pdf.common |
---|
Methods in org.openinvoice.ubl4j.text.pdf.common that return PDFPhraseWrapper | |
---|---|
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)
|
Uses of PDFPhraseWrapper in org.openinvoice.ubl4j.text.pdf.table |
---|
Methods in org.openinvoice.ubl4j.text.pdf.table with parameters of type PDFPhraseWrapper | |
---|---|
void |
PDFTableWrapper.addCell(PDFPhraseWrapper phraseWrapper)
|
Uses of PDFPhraseWrapper in org.openinvoice.ubl4j.text.pdf.table.cell |
---|
Constructors in org.openinvoice.ubl4j.text.pdf.table.cell with parameters of type PDFPhraseWrapper | |
---|---|
PDFCellWrapper(PDFPhraseWrapper pdfPhraseWrapper)
|
|
PDFHeaderCell(PDFPhraseWrapper phraseWrapper)
|
|
PDFTotalHeaderCell(PDFPhraseWrapper phraseWrapper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |