Searched refs:tablestartpage (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 11813 if (($this->mirrorMargins) && ($tablestartpage == 'ODD') && (($this->page) % 2 == 0)) { // EVEN 11815 …} elseif (($this->mirrorMargins) && ($tablestartpage == 'EVEN') && (($this->page) % 2 == 1)) { // … 21979 $tablestartpage = 'EVEN'; 21981 $tablestartpage = 'ODD'; 21983 $tablestartpage = ''; 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); 22507 $tablestartpage = 'EVEN'; [all …]
|