Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
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);
269 …$location = new PageBreakLocation($box->get_top_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PENALT…
271 …$location = new PageBreakLocation($box->get_top_margin(), $penalty + PAGE_BREAK_BEFORE_AVOID_PENAL…
273 $location = new PageBreakLocation($box->get_top_margin(), $penalty);
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);
[all …]