Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateTableCellPropertiesRequest.php66 public function setTableCellProperties(TableCellProperties $tableCellProperties) argument
68 $this->tableCellProperties = $tableCellProperties;
75 return $this->tableCellProperties;
H A DTableCell.php82 public function setTableCellProperties(TableCellProperties $tableCellProperties) argument
84 $this->tableCellProperties = $tableCellProperties;
91 return $this->tableCellProperties;