Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A 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/
H A DODTTableStyle.php175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… function in ODTTableStyle
/plugin/odt/ODT/
H A DODTTable.php415 $style_obj = ODTTableStyle::createTableTableStyle($properties, NULL, 17);
H A DODTDocument.php1465 $style_obj = ODTTableStyle::createTableTableStyle($properties);