Uses of Class
org.openinvoice.ubl4j.text.pdf.common.PDFChunkWrapper

Packages that use PDFChunkWrapper
org.openinvoice.ubl4j.text.pdf.common Contains common classes such as PDFChunkWrapper used by other PDF elements. 
org.openinvoice.ubl4j.text.pdf.table.cell Contains PDF table cell related classes classes that handle the PDF output generation. 
 

Uses of PDFChunkWrapper in org.openinvoice.ubl4j.text.pdf.common
 

Methods in org.openinvoice.ubl4j.text.pdf.common that return PDFChunkWrapper
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)
           
 

Uses of PDFChunkWrapper in org.openinvoice.ubl4j.text.pdf.table.cell
 

Constructors in org.openinvoice.ubl4j.text.pdf.table.cell with parameters of type PDFChunkWrapper
PDFCellWrapper(PDFChunkWrapper pdfChunkWrapper)
           
 



Copyright © 2011-2012 Plain Source. All Rights Reserved.