Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateImagePropertiesRequest.php50 public function setImageProperties(ImageProperties $imageProperties) argument
52 $this->imageProperties = $imageProperties;
59 return $this->imageProperties;
H A DImage.php52 public function setImageProperties(ImageProperties $imageProperties) argument
54 $this->imageProperties = $imageProperties;
61 return $this->imageProperties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DEmbeddedObject.php94 public function setImageProperties(ImageProperties $imageProperties) argument
96 $this->imageProperties = $imageProperties;
103 return $this->imageProperties;