Home
last modified time | relevance | path

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

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