Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php503 var $ColL;
1243 $this->ColL = [0]; // Array of Left pos of columns - absolute - needs Margin correction for Odd-Even
24352 $this->ColL[$i] = $absL + ($gap / 2) + (($NbCol - ($i + 1)) * ($PageWidth / $NbCol));
24353 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24358 $this->ColL[$i] = $absL + ($gap / 2) + ($i * ($PageWidth / $NbCol) );
24359 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24374 $x = $this->ColL[$CurrCol];
509 var $ColL; global() variable in Mpdf\\Mpdf