pageBox.setPageEnd(pageBox.getHeight());
// shiftBox(pageBox, true);
if (pageBox.isOpen())
{
final IterativeOutputProcessor io = (IterativeOutputProcessor) outputProcessor;
if (applyAutoCommitPageHeaderStep.compute(pageBox))
{
// logger.debug("Applying Incremental update.");
io.processIterativeContent(pageBox, performOutput);
countBoxesStep.process(pageBox);
cleanBoxesStep.compute(pageBox);
}
}
}