| java.lang.Object org.radeox.macro.table.Table
Table | public class Table (Code) | | A Table implementation primarly for the table macro
author: stephan version: $Id: Table.java 14994 2006-09-20 15:49:14Z andrew@caret.cam.ac.uk $ |
Constructor Summary | |
public | Table() |
addCell | public void addCell(String content)(Code) | | Add a cell to the current row of the table
Parameters: content - Content of the cell |
appendTo | public Writer appendTo(Writer writer) throws IOException(Code) | | Serialize table by appending it to a writer. The output format is HTML.
Parameters: writer - Writer to append the table object to writer Writer the table object appended itself to |
calc | public void calc()(Code) | | Recalculate all cells. Currently does nothing.
|
newCell | public void newCell()(Code) | | |
newRow | public void newRow()(Code) | | Finishes current row and starts a new one
|
|
|