Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php144 var $keepColumns; variable in Mpdf\\Mpdf
22132 …((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keepColumns || !$this->ColA…
22149 if (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && $i > 0) {
22172 if (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && $i > 0) {
22274 …if ($this->splitTableBorderWidth && ($this->keepColumns || !$this->ColActive) && empty($tablefoote…
22378 …if ($this->splitTableBorderWidth && ($this->keepColumns || !$this->ColActive) && empty($tableheade…
22480 …if ($this->CurrCol != 0 && ($this->keepColumns && $this->ColActive) && !empty($tableheader) && $i …
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)) {