Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextElement.php96 public function setTextRun(TextRun $textRun) argument
98 $this->textRun = $textRun;
105 return $this->textRun;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphElement.php208 public function setTextRun(TextRun $textRun) argument
210 $this->textRun = $textRun;
217 return $this->textRun;