You are here

9 calls to PHPExcel_Style_Font::getStyleArray() in Loft Data Grids 6.2

PHPExcel_Style_Font::applyFromArray in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Apply styles from array * * <code> * $objPHPExcel->getActiveSheet()->getStyle('B2')->getFont()->applyFromArray( * array( * 'name' => 'Arial', * 'bold' => TRUE, …
PHPExcel_Style_Font::setBold in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Bold * *
PHPExcel_Style_Font::setItalic in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Italic * *
PHPExcel_Style_Font::setName in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Name * *
PHPExcel_Style_Font::setSize in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Size * *
PHPExcel_Style_Font::setStrikethrough in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Strikethrough * *
PHPExcel_Style_Font::setSubScript in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set SubScript * *
PHPExcel_Style_Font::setSuperScript in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set SuperScript * *
PHPExcel_Style_Font::setUnderline in vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php
* Set Underline * *