Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php939 if ($this->mpdf->AcceptPageBreak()) {
1096 if ($this->mpdf->AcceptPageBreak()) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2125 function AcceptPageBreak() function in FPDF
2135 if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak())
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3105 // PAINTS BACKGROUND COLOUR OR BORDERS for DIV - DISABLED FOR COLUMNS (cf. AcceptPageBreak) AT PRESENT in ->PaintDivBB
4763 && $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 content
24237 function AcceptPageBreak()
24173 function AcceptPageBreak() global() function in Mpdf\\Mpdf