Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSortSpec.php58 public function setBackgroundColorStyle(ColorStyle $backgroundColorStyle) argument
60 $this->backgroundColorStyle = $backgroundColorStyle;
67 return $this->backgroundColorStyle;
H A DSlicerSpec.php80 public function setBackgroundColorStyle(ColorStyle $backgroundColorStyle) argument
82 $this->backgroundColorStyle = $backgroundColorStyle;
89 return $this->backgroundColorStyle;
H A DCellFormat.php74 public function setBackgroundColorStyle(ColorStyle $backgroundColorStyle) argument
76 $this->backgroundColorStyle = $backgroundColorStyle;
83 return $this->backgroundColorStyle;
H A DChartSpec.php115 public function setBackgroundColorStyle(ColorStyle $backgroundColorStyle) argument
117 $this->backgroundColorStyle = $backgroundColorStyle;
124 return $this->backgroundColorStyle;