public void RowSeparated() { _row = new TableRow(); _table.Rows.Add(_row); _cell = new TableCell(); _row.Cells.Add(_cell); }
public TableBuilder() { _table = new Table(); _row = new TableRow(); _table.Rows.Add(_row); _cell = new TableCell(); _row.Cells.Add(_cell); }
public virtual void VisitTableCell(TableRow cell) { }
public virtual void VisitTableRow(TableRow row) { }