Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A Dstylefactory.php251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) { function in helper_plugin_odt_stylefactory
252 return ODTUnknownStyle::createPageLayoutStyle($properties, $disabled_props);
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) { function in ODTPageLayoutStyle
/plugin/odt/ODT/
H A DODTDocument.php897 $style_obj = ODTPageLayoutStyle::createPageLayoutStyle($properties);