Home
last modified time | relevance | path

Searched refs:doPageFormatChange (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/ODT/
DODTHeading.php30 $pageStyle = $params->document->doPageFormatChange($style);
DODTParagraph.php98 $pageStyle = $params->document->doPageFormatChange($styleName);
DODTDocument.php876 public function doPageFormatChange ($parent = NULL) { function in ODTDocument