/**
  * Start a new page by resetting the full flag.
  */
 function next_page()
 {
     $this->_floating_frames = array();
     $this->_renderer->new_page();
     $this->_page_full = false;
 }
 /**
  * Start a new page by resetting the full flag.
  */
 function next_page()
 {
     $this->_renderer->new_page();
     $this->_page_full = false;
 }