Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.img.align.php16 $this->assertTrue($span->get_bottom_margin() <= $text->get_bottom_margin(),
18 $span->get_bottom_margin(),
19 $text->get_bottom_margin()));
20 $this->assertTrue($span->get_bottom_margin() <= $img->get_bottom_margin(),
22 $span->get_bottom_margin(),
23 $img->get_bottom_margin()));
32 $this->assertTrue($text->get_bottom_margin() <= $img->get_bottom_margin(),
34 $text->get_bottom_margin(),
54 $this->assertTrue($span->get_bottom_margin() <= $text->get_bottom_margin(),
58 $this->assertTrue($span->get_bottom_margin() <= $img->get_bottom_margin(),
[all …]
H A Dtest.pagebreak.table.php62 $table->get_bottom_margin(),
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php42 $bottom = $floats[0]->get_bottom_margin();
45 $bottom = min($bottom, $floats[$i]->get_bottom_margin());
79 $float->get_bottom_margin() < $y) {
113 $float_bottoms[] = $floats[$i]->get_bottom_margin();
203 $float->get_bottom_margin() < $y) {
237 $float_bottoms[] = $floats[$i]->get_bottom_margin();
H A Dlayout.vertical.php22 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
34 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
H A Dlayout.page.breaks.php281 $location = new PageBreakLocation($box->get_bottom_margin(), FORCED_PAGE_BREAK_BONUS);
283 …$location = new PageBreakLocation($box->get_bottom_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PEN…
285 …$location = new PageBreakLocation($box->get_bottom_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PEN…
287 $location = new PageBreakLocation($box->get_bottom_margin(), $penalty);
378 $locations[] = new PageBreakLocation($cells[$i]->get_bottom_margin(), $penalty);
H A Dbox.body.php16 return $this->get_bottom_margin();
H A Dbox.page.php21 return $this->get_bottom_margin();
H A Dbox.legend.php49 $parent->extend_height($this->get_bottom_margin());
H A Dbox.block.inline.php145 $parent->extend_height($this->get_bottom_margin());
H A Dbox.inline.control.php61 $parent->extend_height($this->get_bottom_margin());
H A Dbox.radiobutton.php89 $parent->extend_height($this->get_bottom_margin());
H A Dbox.generic.formatted.php142 $parent->extend_height($this->get_bottom_margin());
576 $containing_block['bottom'] = $parent->get_bottom_margin();
787 function get_bottom_margin() { function in GenericFormattedBox
810 $this->get_bottom_margin() < $y;
H A Dbox.checkbutton.php164 $parent->extend_height($this->get_bottom_margin());
H A Dbox.container.php445 $min_bottom = $first->get_bottom_margin();
461 $this->content[$i]->get_bottom_margin());
467 $this->content[$i]->get_bottom_margin());
470 $this->content[$i]->get_bottom_margin(),
H A Dbox.generic.php333 function get_bottom_margin() { return $this->get_bottom(); } function in GenericBox
H A Dbox.img.php88 $parent->extend_height($this->get_bottom_margin());
H A Dbox.inline.php382 $this->extend_height($child->get_bottom_margin());
H A Dbox.text.php450 $bottom = $this->get_bottom_margin();
H A Dbox.table.php1077 $parent->extend_height($this->get_bottom_margin());