Searched refs:tableOfContents (Results 1 – 9 of 9) sorted by relevance
112 public function setTableOfContents(TableOfContents $tableOfContents) argument114 $this->tableOfContents = $tableOfContents;121 return $this->tableOfContents;
51 protected $tableOfContents; variable in Mpdf\\Tag\\Tag92 TableOfContents $tableOfContents, argument104 $this->tableOfContents = $tableOfContents;
11 $this->tableOfContents->openTagTOC($attr);
9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
21 $this->tableOfContents,
274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;276 $this->tableOfContents->TOCmark = $this->mpdf->page;
46 private $tableOfContents; variable in Mpdf\\Tag86 TableOfContents $tableOfContents, argument98 $this->tableOfContents = $tableOfContents;119 $this->tableOfContents,
57 $tableOfContents = new TableOfContents($mpdf, $sizeConverter);102 $tableOfContents,144 'tableOfContents' => $tableOfContents,
863 private $tableOfContents; variable in Mpdf\\Mpdf2016 if (!$this->tableOfContents->TOCmark) { // Page footer2022 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {2023 $this->tableOfContents->insertTOC();23312 $this->tableOfContents->TOC(23441 $this->tableOfContents->_toc[] = $btoc;23663 if (count($this->tableOfContents->_toc)) {23664 foreach ($this->tableOfContents->_toc as $key => $t) {23666 $this->tableOfContents->_toc[$key]['p'] += ($target_page - $start_page);23669 $this->tableOfContents->_toc[$key]['p'] += $n_toc;[all …]