Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php17 class ODTTableCellStyle extends ODTStyleStyle class
149 $style = new ODTTableCellStyle();
204 * @return ODTTableCellStyle or NULL
215 $object = new ODTTableCellStyle();
/plugin/odt/helper/
H A Dstylefactory.php184 * @return ODTTableCellStyle or NULL
187 return ODTTableCellStyle::createTableCellStyle($properties, $disabled_props);
/plugin/odt/ODT/
H A DODTTable.php554 $style_obj = ODTTableCellStyle::createTableCellStyle ($properties);
H A DODTDocument.php1506 * @see ODTTableCellStyle::createTableCellStyle for more documentation
1509 $style_obj = ODTTableCellStyle::createTableCellStyle($properties);