Home
last modified time | relevance | path

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

/plugin/odt/helper/
Dstylefactory.php146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… function in helper_plugin_odt_stylefactory
147 return ODTTableStyle::createTableTableStyle($properties, $disabled_props, $max_width_cm);
/plugin/odt/ODT/styles/
DODTTableStyle.php175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… function in ODTTableStyle
/plugin/odt/ODT/
DODTTable.php415 $style_obj = ODTTableStyle::createTableTableStyle($properties, NULL, 17);
DODTDocument.php1465 $style_obj = ODTTableStyle::createTableTableStyle($properties);