Home
last modified time | relevance | path

Searched refs:getExportConfig (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/
Daction.php46 $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 …]
Drenderer.php92 $isnumberedheadings = $this->actioninstance->getExportConfig('headernumber');
113 $maxbookmarklevel = $this->actioninstance->getExportConfig('maxbookmarks');