Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php17 $this->mpdf->colvAlign = '';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php513 var $colvAlign;
3285 $this->SetColumns($save_nbcol, $this->colvAlign, $this->ColGap);
14765 $this->SetColumns($save_nbcol, $this->colvAlign, $this->ColGap);
24341 $this->colvAlign = $vAlign;
24605 if ($this->colvAlign == 'J') {
24685 } else { // if NOT $this->colvAlign == 'J'
24695 elseif ($this->colvAlign == 'J' && $this->ColumnAdjust && !$this->keepColumns) {
519 var $colvAlign; global() variable in Mpdf\\Mpdf