org.openinvoice.ubl4j.text.pdf.table.cell
Class PDFTotalDecimalCell
java.lang.Object
org.openinvoice.ubl4j.text.pdf.table.cell.PDFCellWrapper
org.openinvoice.ubl4j.text.pdf.table.cell.PDFTotalDecimalCell
public class PDFTotalDecimalCell
- extends PDFCellWrapper
Represents a table cell that contains a total sum of BigDecimal or CurrencyDecimal.
- Since:
- \$Date: 2012/05/19 19:36:24 $
- Version:
- \$Revision: 4b0ab6d6e082 $
- Author:
- \$Author: javad $
Methods inherited from class org.openinvoice.ubl4j.text.pdf.table.cell.PDFCellWrapper |
getCell, setBorder, setBorderColor, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setHorizontalAlignment, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFTotalDecimalCell
public PDFTotalDecimalCell(BigDecimal decimal)
PDFTotalDecimalCell
public PDFTotalDecimalCell(BigDecimal decimal,
PDFFontWrapper pdfFontWrapper)
PDFTotalDecimalCell
public PDFTotalDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal)
PDFTotalDecimalCell
public PDFTotalDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal,
PDFFontWrapper pdfFontWrapper)
Copyright © 2011-2012 Plain Source. All Rights Reserved.