Searched refs:getExportConfig (Results 1 – 2 of 2) sorted by relevance
46 $this->tpl = $this->getExportConfig('template');109 || $this->getExportConfig('isDebug')324 . $this->getExportConfig('template')325 . $this->getExportConfig('pagesize')326 . $this->getExportConfig('orientation')327 . $this->getExportConfig('font-size')328 . $this->getExportConfig('doublesided')329 . $this->getExportConfig('headernumber')330 … . ($this->getExportConfig('hasToC') ? implode('-', $this->getExportConfig('levels')) : '0')426 $hasToC = $this->getExportConfig('hasToC');[all …]
92 $isnumberedheadings = $this->actioninstance->getExportConfig('headernumber');113 $maxbookmarklevel = $this->actioninstance->getExportConfig('maxbookmarks');