Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php802 var $autoPageBreak; // automatic page breaking
1279 $this->autoPageBreak = true;
1311 $this->SetAutoPageBreak($this->autoPageBreak, $bmargin);
1769 $this->autoPageBreak = $auto;
2978 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
10288 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
10296 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
22132 if ($j == $startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && ($y + $maxrowheight + $tablefooterrowheight + $extra) > $pagetrigger) && ($this->tableLevel == 1 && $i < ($numrows - $table['headernrows']))) && ($y0 > 0 || $x0 > 0) && !$this->InFooter && $this->autoPageBreak) {
24279 return $this->autoPageBreak;
24281 return $this->autoPageBreak;
801 var $autoPageBreak; // automatic page breaking global() variable in Mpdf\\Mpdf
[all...]