public class InvoiceLineTable extends PDFTableWrapper
Modifier and Type | Class and Description |
---|---|
static class |
InvoiceLineTable.CurrencyDisplay |
LABEL_VAL_SEP
Constructor and Description |
---|
InvoiceLineTable(PDFInvoiceRenderer pdfInvoice) |
Modifier and Type | Method and Description |
---|---|
void |
addEmptyRow(int count) |
void |
addTotalRow(String label,
com.plainsource.commons.text.CurrencyDecimal value) |
void |
decorateCell(PDFCellWrapper cellWrapper) |
void |
decorateTable() |
void |
render() |
addCell, addCell, addKeyValueCell, addLabelCell, addLabelCell, addLabelHeaderCell, addLabelValueCell, addTotalLabelHeaderCell, addValueCell, addValueCell, addValueCell, addValueCell, addValueCell, addValueCell, createLabelValueCells, getDefaultCell, getHorizontalAlignment, getLabelValueSeparator, getNumberOfColumns, getTable, setHorizontalAlignment, setLabelValueSeparator, setSpacingAfter, setTable, setTotalWidth, setTotalWidth
public InvoiceLineTable(PDFInvoiceRenderer pdfInvoice) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentException
public void render() throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentException
public void decorateCell(PDFCellWrapper cellWrapper)
decorateCell
in class PDFTableWrapper
public void decorateTable()
decorateTable
in class PDFTableWrapper
public void addTotalRow(String label, com.plainsource.commons.text.CurrencyDecimal value)
public void addEmptyRow(int count)
Copyright © 2011-2013 Plain Source. All Rights Reserved.