Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php939 if ($this->mpdf->AcceptPageBreak()) {
1096 if ($this->mpdf->AcceptPageBreak()) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php2125 function AcceptPageBreak() function in FPDF
2135 if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak())
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php4763 && $this->AcceptPageBreak()
6633 …$check_h) > ($this->PageBreakTrigger + $buff) and ! $this->InFooter and $this->AcceptPageBreak()) {
8439 …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()) {
24237 function AcceptPageBreak() function in Mpdf\\Mpdf