Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php33 class PageBreakLocation { class
37 function PageBreakLocation($location, $penalty) { function in PageBreakLocation
267 $location = new PageBreakLocation($box->get_top_margin(), FORCED_PAGE_BREAK_BONUS);
273 $location = new PageBreakLocation($box->get_top_margin(), $penalty);
287 $location = new PageBreakLocation($box->get_bottom_margin(), $penalty);
377 $locations[] = new PageBreakLocation($cells[$i]->get_top_margin(), $penalty);
378 $locations[] = new PageBreakLocation($cells[$i]->get_bottom_margin(), $penalty);
444 $new_row_locations[] = new PageBreakLocation($current_child_location->location,
488 $locations[] = new PageBreakLocation($line_box->top,
509 $locations[] = new PageBreakLocation($line_box->bottom,
[all …]