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.cell |
Contains PDF table cell related classes classes that handle the PDF output generation.
|
Modifier and Type | Method and Description |
---|---|
static PDFChunkWrapper |
PDFChunkWrapper.createBoldValueChunk(String s) |
static PDFChunkWrapper |
PDFChunkWrapper.createChunk(String s) |
static PDFChunkWrapper |
PDFChunkWrapper.createLabelChunk(String s) |
static PDFChunkWrapper |
PDFChunkWrapper.createLabelChunk(String s,
PDFFontWrapper pdfFontWrapper) |
static PDFChunkWrapper |
PDFChunkWrapper.createValueChunk(String s) |
static PDFChunkWrapper |
PDFChunkWrapper.createValueChunk(String s,
PDFFontWrapper pdfFontWrapper) |
Constructor and Description |
---|
PDFCellWrapper(PDFChunkWrapper pdfChunkWrapper) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.