|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfCellContainer
Name: PdfCellContainer
Description: An interface for classes who are capable of containing PDF table cells.
Method Summary | |
---|---|
void |
addCell(BaseDocumentTag item,
com.lowagie.text.pdf.PdfPCell cell)
Adds a PDF cell to the container. |
CellAttributes |
getCellAttributes()
Gets the cell attributes. |
PdfTableHolder |
getPdfTable()
Gets the PDF table holder. |
int |
getRemainingPdfColumns()
Gets the number of remaining columns of the current row. |
Methods inherited from interface org.ujac.print.CommonAttributesHolder |
---|
getLeading, getLineSpacing |
Method Detail |
---|
void addCell(BaseDocumentTag item, com.lowagie.text.pdf.PdfPCell cell) throws DocumentHandlerException
item
- The document item.cell
- The PDF cell to be added.
DocumentHandlerException
- If something went wrong when adding the cell.int getRemainingPdfColumns()
PdfTableHolder getPdfTable()
CellAttributes getCellAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |