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/
DTextElement.php96 public function setTextRun(TextRun $textRun) argument
98 $this->textRun = $textRun;
105 return $this->textRun;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DParagraphElement.php208 public function setTextRun(TextRun $textRun) argument
210 $this->textRun = $textRun;
217 return $this->textRun;
/plugin/wordimport/docx/
DTextRun.php80 public function parseFormatting(\SimpleXMLElement $textRun) argument
82 $result = $textRun->xpath('w:rPr');
DParagraph.php32 $textRun = new TextRun($this->docx, $tr);
33 $this->texts[] = $textRun;