int bottom;
if (c.getPageNo() == _contentLimitContainer.getLastPageNo()) {
bottom = result.y + result.height;
} else {
bottom = limit.getBottom() + (int)padding.bottom() +
(int)border.bottom() + getStyle().getBorderVSpacing(c);
if (getChildCount() > 0) {
TableSectionBox section = (TableSectionBox)getChild(getChildCount()-1);
if (section.isFooter()) {
bottom += section.getHeight();
}