org.ujac.print
Interface CellContainer

All Known Implementing Classes:
CaseTag, CellTag, ConditionTag, DefaultTag, ElseTag, ForeachTag, HeadTag, IfTag, IndexTag, MacroDefTag, TableTag, TocTag

public interface CellContainer

Name: CellContainer
Description: An interface for classes who are capable of containing table cells.

Author:
lauerc

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

addCell

void addCell(BaseDocumentTag item,
             com.lowagie.text.Cell cell)
             throws DocumentHandlerException
Adds a cell to the container.

Parameters:
item - The document item.
cell - The cell to be added.
Throws:
DocumentHandlerException - If something went wrong when adding the cell.

getRemainingColumns

int getRemainingColumns()
Gets the number of remaining columns of the current row.

Returns:
The number of remaining column to the end of the current row.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.