be.lassi.pdf.tags
Class TableInfo
java.lang.Object
be.lassi.pdf.tags.TableInfo
public class TableInfo
- extends java.lang.Object
Method Summary |
void |
addCol(com.lowagie.text.pdf.PdfPCell cell)
|
void |
addCols(java.util.List<com.lowagie.text.pdf.PdfPCell> ncols)
|
com.lowagie.text.pdf.PdfPTable |
buildTable()
|
void |
endRow()
|
java.util.List<java.util.List<com.lowagie.text.pdf.PdfPCell>> |
getRows()
|
java.lang.String |
getWidth()
|
void |
setWidth(java.lang.String width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableInfo
public TableInfo()
addCol
public void addCol(com.lowagie.text.pdf.PdfPCell cell)
addCols
public void addCols(java.util.List<com.lowagie.text.pdf.PdfPCell> ncols)
buildTable
public com.lowagie.text.pdf.PdfPTable buildTable()
throws com.lowagie.text.DocumentException
- Throws:
com.lowagie.text.DocumentException
endRow
public void endRow()
getRows
public java.util.List<java.util.List<com.lowagie.text.pdf.PdfPCell>> getRows()
getWidth
public java.lang.String getWidth()
setWidth
public void setWidth(java.lang.String width)