Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
DFpdi.php58 …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/
DFpdi.php57 …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);
DFpdfTplTrait.php102 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function
/plugin/dw2pdf/vendor/setasign/fpdi/
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/
DFpdi.php85 …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/
DFpdiTrait.php111 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… function
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/
DCHANGELOG.md48 - similarly, case of `setSourceFile` and `useTemplate` was changed to a lowercase first letter.
50 - returned value of `useTemplate` changed