Home
last modified time | relevance | path

Searched refs:setAutoTopMargin (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/inc/
H A Dpdfgenerator.php60 $mpdf->setAutoTopMargin = 'pad';
/plugin/dw2pdf/
H A Daction.php456 $mpdf->setAutoTopMargin = 'stretch';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php107 var $setAutoTopMargin;
1299 if ($this->setAutoTopMargin == 'pad') {
10400 /* When the setAutoTopMargin option is set to pad/stretch, only apply auto header height when a header exists */
10405 if ($this->setAutoTopMargin == 'pad') {
10413 } elseif ($this->setAutoTopMargin == 'stretch') {
10427 /* When the setAutoTopMargin option is set to pad/stretch, only apply auto footer height when a footer exists */
12263 if ($this->setAutoTopMargin) {
12272 if ($this->setAutoTopMargin) {
12308 if ($this->setAutoTopMargin == 'pad') {
12313 } elseif ($this->setAutoTopMargin
116 var $setAutoTopMargin; global() variable in Mpdf\\Mpdf
[all...]