/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
D | FormFeed.php | 150 $this->mpdf->AddPage( 174 $this->mpdf->AddPage( 198 $this->mpdf->AddPage( 222 $this->mpdf->AddPage( 246 $this->mpdf->AddPage(
|
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($this->mpdf->CurOrientation); [all …]
|
D | BlockTag.php | 268 $this->mpdf->AddPage( 291 $this->mpdf->AddPage( 314 …$this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', … 316 …$this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', … 321 …$this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', … 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($this->mpdf->CurOrientation);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
D | FpdfTplTrait.php | 324 public function AddPage($orientation = '', $size = '', $rotation = 0) function 329 parent::AddPage($orientation, $size, $rotation);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
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, $t… 497 $this->mpdf->AddPage($toc_orientation, 'E');
|
D | FpdiTrait.php | 135 $this->AddPage();
|
D | Mpdf.php | 1990 $this->AddPage($this->CurOrientation); 2816 …$this->AddPage($orientation, $condition, $resetpagenum, $pagenumstyle, $suppress, $mgl, $mgr, $mgt… 2903 function AddPage( function in Mpdf\\Mpdf 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($this->CurOrientation); [all …]
|
/plugin/dw2pdf/vendor/setasign/fpdi/ |
D | README.md | 121 $pdf->AddPage();
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | output.fpdf.class.php | 313 $this->pdf->AddPage(mm2pt($this->media->width()), mm2pt($this->media->height()));
|
D | pdf.fpdf.php | 1765 $this->AddPage(); 1774 function AddPage($width = null, $height = null) { function in FPDF
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
D | fpdf.php | 1757 $this->AddPage(); 1770 function AddPage($orientation='') { function in FPDF 2145 $this->AddPage($this->CurOrientation);
|