rightLimit, y2);
}
try {
status = ct.go(true);
} catch (DocumentException e) {
throw new ExceptionConverter(e);
}
boolean thisEmpty = (ct.getYLine() == y);
if (thisEmpty)
ct = ColumnText.duplicate(cell.getColumn());
allEmpty = (allEmpty && thisEmpty);