Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php58 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) function in setasign\\Fpdi\\Tfpdf\\Fpdi
68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php57 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) function in setasign\\Fpdi\\Fpdi
67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
H A DFpdfTplTrait.php102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) function
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md94 - 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/
H A DFpdi.php85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) function in setasign\\Fpdi\\Tcpdf\\Fpdi
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php111 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
108 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() function
H A DMpdf.php3198 $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/
H A DCHANGELOG.md48 - similarly, case of `setSourceFile` and `useTemplate` was changed to a lowercase first letter.
50 - returned value of `useTemplate` changed