Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.body.php35 $float_bottom = $context->float_bottom();
36 if (!is_null($float_bottom)) {
37 $this->extend_height($float_bottom);
H A Dbox.table.cell.php310 $float_bottom = $context->float_bottom();
312 if (!is_null($float_bottom)) {
313 $this->extend_height($float_bottom);
H A Dbox.container.php855 $float_bottom = $context->float_bottom();
856 if (!is_null($float_bottom)) {
857 $this->extend_height($float_bottom);
H A Dflow_context.class.inc.php37 function float_bottom() { function in FlowContext