continue;
}
if (content.isCommited() == false)
{
throw new InvalidReportStateException("Uncommited content encountered");
}
final TableRectangle rectangle = sheetLayout.getTableBounds
(content.getX(), content.getY(), content.getWidth(), content.getHeight(), null);
if (rectangle.isOrigin(col, row) == false)