Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php71 var $m_TOC; variable in Mpdf\\TableOfContents
85 $this->m_TOC = [];
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
167 $this->m_TOC[$toc_id]['TOCoutdent'] = $tocoutdent;
168 $this->m_TOC[$toc_id]['TOCorientation'] = $toc_orientation;
169 $this->m_TOC[$toc_id]['TOCuseLinking'] = $TOCuseLinking;
170 $this->m_TOC[$toc_id]['TOCusePaging'] = $TOCusePaging;
173 $this->m_TOC[$toc_id]['TOCpreHTML'] = $toc_preHTML;
176 $this->m_TOC[$toc_id]['TOCpostHTML'] = $toc_postHTML;
179 $this->m_TOC[
[all...]
H A DMpdf.php2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;