// that's one, for instance ...
if (autoGeneratedRow == null)
{
autoGeneratedRow =
new TableRowRenderBox(EmptyBoxDefinition.getInstance(), true);
rowModel.addRow(new TableRow());
autoRowInfo = autoGeneratedRow.getRowInfoStructure();
for (int emptyCellCnt = 0; emptyCellCnt < i; emptyCellCnt += 1)
{
final TableCellRenderBox autoCell =