public function PHPExcel_RichText_TextElement::getFont in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/TextElement.php \PHPExcel_RichText_TextElement::getFont()
* Get font * *
Return value
Overrides PHPExcel_RichText_ITextElement::getFont
1 method overrides PHPExcel_RichText_TextElement::getFont()
- PHPExcel_RichText_Run::getFont in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ Run.php - * Get font * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ TextElement.php, line 79
Class
- PHPExcel_RichText_TextElement
- PHPExcel_RichText_TextElement
Code
public function getFont() {
return null;
}