Home
last modified time | relevance | path

Searched refs:tableOfContents (Results 1 – 9 of 9) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php866 private $tableOfContents;
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, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent);
23505 $this->tableOfContents->_toc[] = $btoc;
23727 if (count($this->tableOfContents->_toc)) {
23728 foreach ($this->tableOfContents
863 private $tableOfContents; global() variable in Mpdf\\Mpdf
[all...]
H A DServiceFactory.php52 $tableOfContents = new TableOfContents($mpdf, $sizeConverter);
99 $tableOfContents,
141 'tableOfContents' => $tableOfContents,
H A DTag.php43 private $tableOfContents;
71 * @param \Mpdf\TableOfContents $tableOfContents
83 TableOfContents $tableOfContents,
95 $this->tableOfContents = $tableOfContents;
116 $this->tableOfContents,
46 private $tableOfContents; global() variable in Mpdf\\Tag
86 __construct(Mpdf $mpdf, Cache $cache, CssManager $cssManager, Form $form, Otl $otl, TableOfContents $tableOfContents, SizeConverter $sizeConverter, ColorConverter $colorConverter, ImageProcessor $imageProcessor, LanguageToFontInterface $languageToFont) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DColumns.php21 $this->tableOfContents,
H A DFormFeed.php274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;
276 $this->tableOfContents->TOCmark = $this->mpdf->page;
H A DTag.php51 protected $tableOfContents; variable in Mpdf\\Tag\\Tag
92 TableOfContents $tableOfContents, argument
104 $this->tableOfContents = $tableOfContents;
H A DToc.php11 $this->tableOfContents->openTagTOC($attr);
H A DTocPageBreak.php9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DStructuralElement.php112 public function setTableOfContents(TableOfContents $tableOfContents) argument
114 $this->tableOfContents = $tableOfContents;
121 return $this->tableOfContents;