Searched refs:tablestartcolumn (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 11744 …function TableHeaderFooter($content = '', $tablestartpage = '', $tablestartcolumn = '', $horf = 'H… argument 11822 $x -= ($this->CurrCol - $tablestartcolumn) * ($this->ColWidth + $this->ColGap); // *OTL* 11825 $x += ($this->CurrCol - $tablestartcolumn) * ($this->ColWidth + $this->ColGap); 21986 $tablestartcolumn = $this->CurrCol; 21988 $tablestartcolumn = ''; 22152 …$this->TableHeaderFooter($tablefooter, $tablestartpage, $tablestartcolumn, 'F', $level, $firstSpre… 22441 $this->TableHeaderFooter($tableheader, $tablestartpage, $tablestartcolumn, 'H', $level); 22483 $this->TableHeaderFooter($tableheader, $tablestartpage, $tablestartcolumn, 'H', $level); 22515 $tablestartcolumn = $this->CurrCol;
|