Searched refs:useTemplate (Results 1 – 8 of 8) sorted by relevance
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/ |
| D | Fpdi.php | 58 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function in setasign\\Fpdi\\Tfpdf\\Fpdi 68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/ |
| D | Fpdi.php | 57 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function in setasign\\Fpdi\\Fpdi 67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
|
| D | FpdfTplTrait.php | 102 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function
|
| /plugin/dw2pdf/vendor/setasign/fpdi/ |
| D | README.md | 94 - The parameters $x, $y, $width and $height of the `useTemplate()` or `getTemplateSize()` 127 $pdf->useTemplate($tplId, 10, 10, 100);
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/ |
| D | Fpdi.php | 85 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function in setasign\\Fpdi\\Tcpdf\\Fpdi
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | FpdiTrait.php | 111 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function
|
| D | Mpdf.php | 3198 $this->useTemplate($tplIdx); 3201 $this->useTemplate($tplIdx); 3206 $this->useTemplate($tplIdx); 3213 $this->useTemplate($this->pageTemplate); 27314 $size = $this->useTemplate($tplidx, $x, $y, $w);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 48 - similarly, case of `setSourceFile` and `useTemplate` was changed to a lowercase first letter. 50 - returned value of `useTemplate` changed
|