Searched refs:TextRun (Results 1 – 7 of 7) sorted by relevance
34 protected $textRunType = TextRun::class;94 * @param TextRun96 public function setTextRun(TextRun $textRun)101 * @return TextRun
20 class TextRun extends \Google\Model class60 class_alias(TextRun::class, 'Google_Service_Slides_TextRun');
48 protected $textRunType = TextRun::class;206 * @param TextRun208 public function setTextRun(TextRun $textRun)213 * @return TextRun
20 class TextRun extends \Google\Collection class113 class_alias(TextRun::class, 'Google_Service_Docs_TextRun');
10 class TextRun // this is not a paragraph! class117 * @param TextRun $nextRun120 public function updateFormattingScores(TextRun $nextRun)
12 /** @var TextRun[] */32 $textRun = new TextRun($this->docx, $tr);
22 $tr = new TextRun($this->docx, $run, "\n"); // use real line breaks