Home
last modified time | relevance | path

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

/plugin/odt/renderer/
H A Dpage.php197 $this->document->setOutlineStyle($this->config->getParam('outline_list_style'));
204 $this->document->setOutlineStyle($this->config->getParam('outline_list_style'));
/plugin/odt/ODT/
H A DODTDocument.php1389 public function setOutlineStyle ($type) { function in ODTDocument