Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php198 $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = $this->mpdf->y + $h;
204 …$this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = max($this->mpdf->ColDetails[$this…
206 } elseif (isset($this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'])) {
208 $h = $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] - $this->mpdf->y;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php511 var $ColDetails; variable in Mpdf\\Mpdf
1247 $this->ColDetails = []; // Keeps track of some column details
4801 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
4803 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $this->divheight;
17825 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
24305 $this->ColDetails = [];
24329 $this->ColDetails = [];
24429 $this->ColDetails[0]['add_y'] = 0;
24433 …if (isset($this->ColDetails[$i]['bottom_margin']) && $this->ColDetails[$i]['bottom_margin']) { // …
24434 …$this->ColDetails[$i]['add_y'] = ($this->ColDetails[$i - 1]['bottom_margin'] - $this->y0) + $this-…
[all …]