Searched refs:SetColumns (Results 1 – 3 of 3) sorted by relevance
56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUMN-GAP']);58 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign);
336 $this->mpdf->SetColumns(0);
2005 $this->SetColumns(0);3160 $this->SetColumns(0);3285 $this->SetColumns($save_nbcol, $this->colvAlign, $this->ColGap);13930 $this->SetColumns(0);14765 $this->SetColumns($save_nbcol, $this->colvAlign, $this->ColGap);24287 function SetColumns($NbCol, $vAlign = '', $gap = 5) function in Mpdf\\Mpdf