Home
last modified time | relevance | path

Searched refs:TextRun (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextElement.php34 protected $textRunType = TextRun::class;
94 * @param TextRun
96 public function setTextRun(TextRun $textRun)
101 * @return TextRun
H A DTextRun.php20 class TextRun extends \Google\Model class
60 class_alias(TextRun::class, 'Google_Service_Slides_TextRun');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphElement.php48 protected $textRunType = TextRun::class;
206 * @param TextRun
208 public function setTextRun(TextRun $textRun)
213 * @return TextRun
H A DTextRun.php20 class TextRun extends \Google\Collection class
113 class_alias(TextRun::class, 'Google_Service_Docs_TextRun');