Home
last modified time | relevance | path

Searched refs:CurrCol (Results 1 – 3 of 3) 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;
222 'col' => $this->mpdf->CurrCol, // Column when printed
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php920 'col' => $this->mpdf->CurrCol,
925 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
998 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…
1000 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
1200 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…
1202 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
DMpdf.php499 var $CurrCol; variable in Mpdf\\Mpdf
1242 $this->CurrCol = 0; // Current column number
4345 $this->columnLinks[$this->CurrCol][(int) $this->x][(int) $this->y] = $ref; // *COLUMNS*
4743 $oldcolumn = $this->CurrCol;
4791 if ($this->CurrCol != $oldcolumn) {
4801 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
4803 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $this->divheight;
6482 $oldcolumn = $this->CurrCol;
6485 $this->breakpoints[$this->CurrCol][] = $this->y;
6655 if ($this->CurrCol != $oldcolumn) {
[all …]