Home
last modified time | relevance | path

Searched refs:_page_break_strategy (Results 1 – 1 of 1) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php312 var $_page_break_strategy; variable in Pipeline
338 $this->_page_break_strategy = new StrategyPageBreakSimple();
355 return $this->_page_break_strategy->run($this, $media, $box);
412 $this->_page_break_strategy = new StrategyPageBreakSmart();
414 $this->_page_break_strategy = new StrategyPageBreakSimple();