/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | FormFeed.php | 150 $this->mpdf->AddPage( 174 $this->mpdf->AddPage( 198 $this->mpdf->AddPage( 222 $this->mpdf->AddPage( 246 $this->mpdf->AddPage(
|
H A D | Table.php | 769 $this->mpdf->AddPage($this->mpdf->CurOrientation); 874 $this->mpdf->AddPage($this->mpdf->CurOrientation); 884 $this->mpdf->AddPage($this->mpdf->CurOrientation); 905 $this->mpdf->AddPage($this->mpdf->CurOrientation); 925 $this->mpdf->AddPage($this->mpdf->CurOrientation); 940 $this->mpdf->AddPage($this->mpdf->CurOrientation); 942 $this->mpdf->AddPage($this->mpdf->CurOrientation); 1062 $this->mpdf->AddPage($this->mpdf->CurOrientation); 1080 $this->mpdf->AddPage($this->mpdf->CurOrientation); 1097 $this->mpdf->AddPage( [all...] |
H A D | BlockTag.php | 268 $this->mpdf->AddPage( 291 $this->mpdf->AddPage( 314 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel); 316 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel); 321 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel); 414 $this->mpdf->AddPage($this->mpdf->CurOrientation); 1282 $this->mpdf->AddPage(); 1321 $this->mpdf->AddPage($this->mpdf->CurOrientation, 'NEXT-ODD'); 1323 $this->mpdf->AddPage($this->mpdf->CurOrientation, 'NEXT-EVEN'); 1325 $this->mpdf->AddPage( [all...] |
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 324 public function AddPage($orientation = '', $size = '', $rotation = 0) function 329 parent::AddPage($orientation, $size, $rotation);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TableOfContents.php | 275 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', $resetpagenum, $pagenumstyle, $suppress); 339 $this->mpdf->AddPage($this->mpdf->CurOrientation); 439 $this->mpdf->AddPage($toc_orientation, '', $tp_reset, $tp_pagenumstyle, $tp_suppress, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_page_selector, $toc_sheet_size); // mPDF 6 444 * Ensure the TOC Page Number Style doesn't effect the TOC Numbering (added automatically in `AddPage()` above) 497 $this->mpdf->AddPage($toc_orientation, 'E');
|
H A D | FpdiTrait.php | 135 $this->AddPage();
|
H A D | Mpdf.php | 1990 $this->AddPage($this->CurOrientation); 2816 $this->AddPage($orientation, $condition, $resetpagenum, $pagenumstyle, $suppress, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $pagesel, $newformat); 2903 function AddPage( 3060 $this->AddPage($this->CurOrientation, 'O'); 3078 $this->AddPage($this->CurOrientation, 'E'); 4773 $this->AddPage($this->CurOrientation); 6640 $this->AddPage($this->CurOrientation); 8446 $this->AddPage($this->CurOrientation); 9012 $this->AddPage($this->CurOrientation); 12394 $this->AddPage( 2886 function AddPage( global() function in Mpdf\\Mpdf [all...] |
/plugin/dw2pdf/vendor/setasign/fpdi/ |
H A D | README.md | 121 $pdf->AddPage();
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 313 $this->pdf->AddPage(mm2pt($this->media->width()), mm2pt($this->media->height()));
|
H A D | pdf.fpdf.php | 1765 $this->AddPage(); 1774 function AddPage($width = null, $height = null) { function in FPDF
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 1757 $this->AddPage(); 1770 function AddPage($orientation='') { function in FPDF 2145 $this->AddPage($this->CurOrientation);
|