Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DAutofit.php25 public $autofitType; variable in Google\\Service\\Slides\\Autofit
38 public function setAutofitType($autofitType) argument
40 $this->autofitType = $autofitType;
47 return $this->autofitType;
H A DShapeProperties.php22 protected $autofitType = Autofit::class; variable in Google\\Service\\Slides\\ShapeProperties