Uses of Class
org.openinvoice.ubl4j.text.pdf.table.cell.PDFCellWrapper

Packages that use PDFCellWrapper
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 PDFCellWrapper in org.openinvoice.ubl4j.text.pdf.table
 

Methods in org.openinvoice.ubl4j.text.pdf.table that return types with arguments of type PDFCellWrapper
 List<PDFCellWrapper> PDFTableWrapper.createLabelValueCells(String label, String value, PDFFontWrapper pdfFontWrapper)
           
 

Methods in org.openinvoice.ubl4j.text.pdf.table with parameters of type PDFCellWrapper
 void PDFTableWrapper.addCell(PDFCellWrapper cellWrapper)
           
 void SupplierPartyTable.decorateCell(PDFCellWrapper cellWrapper)
           
 void SupplierBankDetailsFooterTable.decorateCell(PDFCellWrapper cellWrapper)
           
 void PDFTableWrapper.decorateCell(PDFCellWrapper cellWrapper)
           
 void PaymentTermsTable.decorateCell(PDFCellWrapper cellWrapper)
           
 void InvoiceNumberAndDateTable.decorateCell(PDFCellWrapper cellWrapper)
           
 void InvoiceLineTable.decorateCell(PDFCellWrapper cellWrapper)
           
 void CustomerPartyTable.decorateCell(PDFCellWrapper cellWrapper)
           
 

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

Subclasses of PDFCellWrapper in org.openinvoice.ubl4j.text.pdf.table.cell
 class PDFDecimalCell
          As a table cell, it handles BigDecimal and CurrencyDecimal.
 class PDFHeaderCell
          Represents a table header cell.
 class PDFNumberCell
          As a table cell, it handles Number and NumberWrapper.
 class PDFTotalDecimalCell
          Represents a table cell that contains a total sum of BigDecimal or CurrencyDecimal.
 class PDFTotalHeaderCell
          Represents a table header cell for a total sum.
 



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