Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DNewColumn.php12 $this->mpdf->ColumnAdjust = false; // disables all column height adjustment for the page.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php529 var $ColumnAdjust;
3167 $this->ColumnAdjust = true; // enables column height adjustment for the page
24327 $this->ColumnAdjust = true; // enables column height adjustment for the page
24386 $this->ColumnAdjust = false; // disables all column height adjustment for the page.
24427 if (!$this->ColActive && $this->ColumnAdjust && !$this->keepColumns) {
24695 elseif ($this->colvAlign == 'J' && $this->ColumnAdjust && !$this->keepColumns) {
24816 if (!$this->ColActive && (!$this->ColumnAdjust || $this->keepColumns)) {
535 var $ColumnAdjust; global() variable in Mpdf\\Mpdf