Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTextElement.php34 protected $textRunType = TextRun::class;
94 * @param TextRun
96 public function setTextRun(TextRun $textRun)
101 * @return TextRun
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/
DParagraphElement.php48 protected $textRunType = TextRun::class;
206 * @param TextRun
208 public function setTextRun(TextRun $textRun)
213 * @return TextRun
DTextRun.php20 class TextRun extends \Google\Collection class
113 class_alias(TextRun::class, 'Google_Service_Docs_TextRun');
/plugin/wordimport/docx/
DTextRun.php10 class TextRun // this is not a paragraph! class
117 * @param TextRun $nextRun
120 public function updateFormattingScores(TextRun $nextRun)
DParagraph.php12 /** @var TextRun[] */
32 $textRun = new TextRun($this->docx, $tr);
DCodeBlock.php22 $tr = new TextRun($this->docx, $run, "\n"); // use real line breaks