|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellContainer
Name: CellContainer
Description: An interface for classes who are capable of containing table cells.
Method Summary | |
---|---|
void |
addCell(BaseDocumentTag item,
com.lowagie.text.Cell cell)
Adds a cell to the container. |
int |
getRemainingColumns()
Gets the number of remaining columns of the current row. |
Method Detail |
---|
void addCell(BaseDocumentTag item, com.lowagie.text.Cell cell) throws DocumentHandlerException
item
- The document item.cell
- The cell to be added.
DocumentHandlerException
- If something went wrong when adding the cell.int getRemainingColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |