Searched refs:toc_orientation (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 102 $toc_orientation = '', argument 168 $this->m_TOC[$toc_id]['TOCorientation'] = $toc_orientation; 204 $this->TOCorientation = $toc_orientation; 250 $toc_orientation = '', argument 282 $this->m_TOC[$toc_id]['TOCorientation'] = $toc_orientation; 291 $this->TOCorientation = $toc_orientation; 350 $toc_orientation = $this->TOCorientation; 381 $toc_orientation = $this->m_TOC[$toc_id]['TOCorientation']; 422 if (!$toc_orientation) { 423 $toc_orientation = $this->mpdf->DefOrientation; [all …]
|
| D | Mpdf.php | 23369 $toc_orientation = '', argument 23383 $toc_orientation, 23399 …$toc_orientation = (isset($a['toc_orientation']) ? $a['toc_orientation'] : (isset($a['toc-orientat… 23441 …$this->TOCpagebreak('', '', '', $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mg… 23444 …e = '', $tocindent = '', $TOCusePaging = true, $TOCuseLinking = '', $toc_orientation = '', $toc_mg… argument 23462 …($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $t…
|