Searched refs:AcceptPageBreak (Results 1 – 3 of 3) sorted by relevance
939 if ($this->mpdf->AcceptPageBreak()) {1096 if ($this->mpdf->AcceptPageBreak()) {
2125 function AcceptPageBreak() function in FPDF2135 if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak())
3105 // PAINTS BACKGROUND COLOUR OR BORDERS for DIV - DISABLED FOR COLUMNS (cf. AcceptPageBreak) AT PRESENT in ->PaintDivBB4763 && $this->AcceptPageBreak()6633 if (!$is_table && ($this->y + $check_h) > ($this->PageBreakTrigger + $buff) and ! $this->InFooter and $this->AcceptPageBreak()) {8439 if (!$is_table && ($this->y + $check_h) > $this->PageBreakTrigger and ! $this->InFooter and $this->AcceptPageBreak()) {9011 if ($y + $h > $this->PageBreakTrigger and ! $this->InFooter and $this->AcceptPageBreak()) {16241 if (!$changedcol && $skipln < 0 && $this->AcceptPageBreak() && $thispage == $oldpage) {22162 if ($this->AcceptPageBreak()) {22337 // $this->AcceptPageBreak() has moved tablebuffer to $this->pages content24237 function AcceptPageBreak()24173 function AcceptPageBreak() global() function in Mpdf\\Mpdf