Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php5 var $_bottom_margin; variable in FeatureAutomargins
9 $this->_bottom_margin = 0;
25 $this->_bottom_margin = max($boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM]->get_real_full_height(),
33 $media->margins['bottom'] = $this->_bottom_margin / mm2pt(1);