Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateTableCellPropertiesRequest.php30 protected $tableCellPropertiesType = TableCellProperties::class;
64 * @param TableCellProperties
66 public function setTableCellProperties(TableCellProperties $tableCellProperties)
71 * @return TableCellProperties
H A DTableCell.php32 protected $tableCellPropertiesType = TableCellProperties::class;
80 * @param TableCellProperties
82 public function setTableCellProperties(TableCellProperties $tableCellProperties)
87 * @return TableCellProperties
H A DTableCellProperties.php20 class TableCellProperties extends \Google\Model class
60 class_alias(TableCellProperties::class, 'Google_Service_Slides_TableCellProperties');