public function PHPExcel_RichText::getRichTextElements in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText.php \PHPExcel_RichText::getRichTextElements()
Get Rich Text elements
Return value
PHPExcel_RichText_ITextElement[]
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText.php, line 145
Class
- PHPExcel_RichText
- PHPExcel_RichText
Code
public function getRichTextElements() {
return $this->_richTextElements;
}