You are here

public function PHPExcel_RichText_ITextElement::setText in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/ITextElement.php \PHPExcel_RichText_ITextElement::setText()

* Set text * *

Parameters

$pText string Text: * @return PHPExcel_RichText_ITextElement

1 method overrides PHPExcel_RichText_ITextElement::setText()
PHPExcel_RichText_TextElement::setText in vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/TextElement.php
* Set text * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/ITextElement.php, line 49

Class

PHPExcel_RichText_ITextElement
PHPExcel_RichText_ITextElement

Code

public function setText($pText = '');