Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php500 var $NbCol;
3159 $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off
6621 $this->SetCol($this->NbCol - 1);
8434 $this->SetCol($this->NbCol - 1);
13929 $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off
24244 if ($this->CurrCol < $this->NbCol - 1) {
24263 $this->ChangeColumn = -($this->NbCol - 1);
24287 function SetColumns($NbCol, $vAlign = '', $gap = 5)
24289 // NbCol = number of columns
24291 if ($NbCol <
506 var $NbCol; global() variable in Mpdf\\Mpdf
24223 SetColumns($NbCol, $vAlign = '', $gap = 5) global() argument
[all...]