Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedTableCellStyle.php22 protected $tableCellStyleType = TableCellStyle::class;
28 * @param TableCellStyle
30 public function setTableCellStyle(TableCellStyle $tableCellStyle)
35 * @return TableCellStyle
H A DUpdateTableCellStyleRequest.php26 protected $tableCellStyleType = TableCellStyle::class;
48 * @param TableCellStyle
50 public function setTableCellStyle(TableCellStyle $tableCellStyle)
55 * @return TableCellStyle
H A DTableCell.php43 protected $tableCellStyleType = TableCellStyle::class;
131 * @param TableCellStyle
133 public function setTableCellStyle(TableCellStyle $tableCellStyle)
138 * @return TableCellStyle
H A DTableCellStyle.php20 class TableCellStyle extends \Google\Model class
224 class_alias(TableCellStyle::class, 'Google_Service_Docs_TableCellStyle');