Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php431 $horizontal_offset = $driver->getPageWidth() / 100 * $left->getPercentage();
438 …$horizontal_offset = $driver->getPageWidth() * (100 - $right->getPercentage())/100 - $this->get_wi…
440 $horizontal_offset = $driver->getPageWidth() - $right->getPoints() - $this->get_width();
H A Doutput._generic.class.php122 function getPageWidth() { function in OutputDriverGeneric
H A Dpipeline.class.php1074 …r->lineto($this->output_driver->getPageLeft() + $this->output_driver->getPageWidth()*FOOTNOTE_LINE…
/plugin/odt/ODT/
H A DODTDocument.php1728 function getPageWidth(){ function in ODTDocument