Home
last modified time | relevance | path

Searched refs:max_width_cm (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php143 * @param int $max_width_cm
146 …unction createTableTableStyle(array $properties, array $disabled_props = NULL, $max_width_cm = 17){ argument
147 return ODTTableStyle::createTableTableStyle($properties, $disabled_props, $max_width_cm);
/plugin/odt/ODT/styles/
H A DODTTableStyle.php172 * @param int $max_width_cm Max. allowed table width.
175 …unction createTableTableStyle(array $properties, array $disabled_props = NULL, $max_width_cm = 17){ argument