Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php144 var $keepColumns;
22132 if ($j == $startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && ($y + $maxrowheight + $tablefooterrowheight + $extra) > $pagetrigger) && ($this->tableLevel == 1 && $i < ($numrows - $table['headernrows']))) && ($y0 > 0 || $x0 > 0) && !$this->InFooter && $this->autoPageBreak) {
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($tablefooter) && $i > 0 && $table['border_details']['B']['w']) {
22378 if ($this->splitTableBorderWidth && ($this->keepColumns || !$this->ColActive) && empty($tableheader) && $i > 0 && $table['border_details']['T']['w']) {
22480 if ($this->CurrCol != 0 && ($this->keepColumns && $this->ColActive) && !empty($tableheader) && $i > 0) {
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)) {
153 var $keepColumns; global() variable in Mpdf\\Mpdf
[all...]