function has_forced_page_break_after(&$box)
 {
     return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_AFTER));
 }