Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextElement.php40 public function setAutoText(AutoText $autoText) argument
42 $this->autoText = $autoText;
49 return $this->autoText;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphElement.php54 public function setAutoText(AutoText $autoText) argument
56 $this->autoText = $autoText;
63 return $this->autoText;