// the end of the table.
getLayout().getLogger().warn("footer could not fit on page, "
+ "moving last body row to next page");
final TableFooterPL tableFooterPL
= (TableFooterPL) this.getLayoutProxy(tf);
final TableFooterContainer footerArea =
tableArea.getTableFooterContainer();
tableArea.removeChild(footerArea);
tableFooterPL.resetProgress();
return Status.AREA_FULL_SOME;
}