Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php250 $this->SetAutoPageBreak(false);
283 $this->SetAutoPageBreak($state['AutoPageBreak'], $state['bMargin']);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1631 $this->SetAutoPageBreak(true,2*$margin);
1673 function SetAutoPageBreak($auto,$margin=0) function in FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1311 $this->SetAutoPageBreak($this->autoPageBreak, $bmargin);
1766 function SetAutoPageBreak($auto, $margin = 0)
2978 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
10288 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
10296 $this->SetAutoPageBreak($this->autoPageBreak, $this->bMargin);
1755 function SetAutoPageBreak($auto, $margin = 0) global() function in Mpdf\\Mpdf