Searched refs:generateODTfromHTMLCode (Results 1 – 4 of 4) sorted by relevance
327 $renderer->generateODTfromHTMLCode($this->genhtml, $options);
1159 $this->document->generateODTfromHTMLCode($highlighted_code, $options);2282 public function generateODTfromHTMLCode($html_code, $options=null) { function in renderer_plugin_odt_page2284 $this->document->generateODTfromHTMLCode($html_code, $options);
758 …public static function generateODTfromHTMLCode(ODTInternalParams $params, $HTMLCode, array $option… function in ODTUtility
2422 public function generateODTfromHTMLCode($HTMLCode, array $options){ function in ODTDocument2423 ODTUtility::generateODTfromHTMLCode($this->params, $HTMLCode, $options);