Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php477 var $HTMLHeaderE; variable in Mpdf\\Mpdf
10324 $this->HTMLHeaderE = '';
10333 $this->HTMLHeaderE = $this->pageHTMLheaders[$name];
10335 $this->HTMLHeaderE = '';
10376 $this->SetHTMLHeader($this->HTMLHeaderE, 'E');
10383 $this->_setAutoHeaderHeight($this->HTMLHeaderE);
10401 if ($this->HTMLHeader === '' && $this->HTMLHeaderE === '') {
11737 …if (($this->mirrorMargins && ($this->page % 2 == 0) && $this->HTMLHeaderE) || ($this->mirrorMargin…
12285 $this->HTMLHeaderE = [];
12286 $this->HTMLHeaderE['html'] = $Hhtml;
[all …]