Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DColumns.php56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUMN-GAP']);
58 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTableOfContents.php336 $this->mpdf->SetColumns(0);
DMpdf.php2005 $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