Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php452 $top_inside = $top >= $driver->getPageBottom()-EPSILON;
453 $bottom_inside = $bottom >= $driver->getPageBottom()-EPSILON;
H A Doutput._generic.class.php134 function getPageBottom() { function in OutputDriverGeneric