Searched refs:textRun (Results 1 – 4 of 4) sorted by relevance
96 public function setTextRun(TextRun $textRun) argument98 $this->textRun = $textRun;105 return $this->textRun;
208 public function setTextRun(TextRun $textRun) argument210 $this->textRun = $textRun;217 return $this->textRun;
80 public function parseFormatting(\SimpleXMLElement $textRun) argument82 $result = $textRun->xpath('w:rPr');
32 $textRun = new TextRun($this->docx, $tr);33 $this->texts[] = $textRun;