if (breakState == null || breakState.isSuspended())
{
return;
}
final BoxAlignContext boxAlignContext = breakState.closeContext();
// This aligns all direct childs. Once that is finished, we have to
// check, whether possibly existing inner-paragraphs are still valid
// or whether moving them violated any of the inner-pagebreak constraints.