isReprinted = true;
}
if (isToPrint)
{
FillPrepareResult result = fillComponent.prepare(availableHeight - getRelativeY());
isToPrint = result.isToPrint();
willOverflow = result.willOverflow();
setStretchHeight(result.getStretchHeight());
// if the component will overflow, set the filling flag to true
// to know next time that the component is continuing
filling = willOverflow;
}