Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DSortSpec.php114 public function setForegroundColorStyle(ColorStyle $foregroundColorStyle) argument
116 $this->foregroundColorStyle = $foregroundColorStyle;
123 return $this->foregroundColorStyle;
DTextFormat.php112 public function setForegroundColorStyle(ColorStyle $foregroundColorStyle) argument
114 $this->foregroundColorStyle = $foregroundColorStyle;
121 return $this->foregroundColorStyle;