Home
last modified time | relevance | path

Searched refs:generateODTfromHTMLCode (Results 1 – 4 of 4) sorted by relevance

/plugin/cli/
H A Dsyntax.php327 $renderer->generateODTfromHTMLCode($this->genhtml, $options);
/plugin/odt/renderer/
H A Dpage.php1159 $this->document->generateODTfromHTMLCode($highlighted_code, $options);
2282 public function generateODTfromHTMLCode($html_code, $options=null) { function in renderer_plugin_odt_page
2284 $this->document->generateODTfromHTMLCode($html_code, $options);
/plugin/odt/ODT/
H A DODTUtility.php758 …public static function generateODTfromHTMLCode(ODTInternalParams $params, $HTMLCode, array $option… function in ODTUtility
H A DODTDocument.php2422 public function generateODTfromHTMLCode($HTMLCode, array $options){ function in ODTDocument
2423 ODTUtility::generateODTfromHTMLCode($this->params, $HTMLCode, $options);