Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php508 var $ColR;
1244 $this->ColR = [0]; // Array of Right pos of columns - absolute pos - needs Margin correction for Odd-Even
24353 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24359 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24375 $xR = $this->ColR[$CurrCol]; // NB This is not R margin -> R pos
514 var $ColR; global() variable in Mpdf\\Mpdf