Home
last modified time | relevance | path

Searched refs:tableOfContents (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DStructuralElement.php112 public function setTableOfContents(TableOfContents $tableOfContents) argument
114 $this->tableOfContents = $tableOfContents;
121 return $this->tableOfContents;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTag.php51 protected $tableOfContents; variable in Mpdf\\Tag\\Tag
92 TableOfContents $tableOfContents, argument
104 $this->tableOfContents = $tableOfContents;
DToc.php11 $this->tableOfContents->openTagTOC($attr);
DTocPageBreak.php9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
DColumns.php21 $this->tableOfContents,
DFormFeed.php274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;
276 $this->tableOfContents->TOCmark = $this->mpdf->page;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTag.php43 private $tableOfContents; variable in Mpdf\\Tag
83 TableOfContents $tableOfContents, argument
95 $this->tableOfContents = $tableOfContents;
116 $this->tableOfContents,
DServiceFactory.php52 $tableOfContents = new TableOfContents($mpdf, $sizeConverter);
99 $tableOfContents,
141 'tableOfContents' => $tableOfContents,
DMpdf.php866 private $tableOfContents; variable in Mpdf\\Mpdf
2034 if (!$this->tableOfContents->TOCmark) { // Page footer
2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {
2041 $this->tableOfContents->insertTOC();
23376 $this->tableOfContents->TOC(
23462 …$this->tableOfContents->TOCpagebreak($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLin…
23505 $this->tableOfContents->_toc[] = $btoc;
23727 if (count($this->tableOfContents->_toc)) {
23728 foreach ($this->tableOfContents->_toc as $key => $t) {
23730 $this->tableOfContents->_toc[$key]['p'] += ($target_page - $start_page);
[all …]