Searched refs:get_bottom_margin (Results 1 – 19 of 19) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.img.align.php | 16 $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 D | test.pagebreak.table.php | 62 $table->get_bottom_margin(),
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | flow_context.class.inc.php | 42 $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 D | layout.vertical.php | 22 $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 D | layout.page.breaks.php | 281 $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 D | box.body.php | 16 return $this->get_bottom_margin();
|
H A D | box.page.php | 21 return $this->get_bottom_margin();
|
H A D | box.legend.php | 49 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.block.inline.php | 145 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.inline.control.php | 61 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.radiobutton.php | 89 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.generic.formatted.php | 142 $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 D | box.checkbutton.php | 164 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.container.php | 445 $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 D | box.generic.php | 333 function get_bottom_margin() { return $this->get_bottom(); } function in GenericBox
|
H A D | box.img.php | 88 $parent->extend_height($this->get_bottom_margin());
|
H A D | box.inline.php | 382 $this->extend_height($child->get_bottom_margin());
|
H A D | box.text.php | 450 $bottom = $this->get_bottom_margin();
|
H A D | box.table.php | 1077 $parent->extend_height($this->get_bottom_margin());
|