public function PHPExcel_Writer_HTML::getUseInlineCss in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/HTML.php \PHPExcel_Writer_HTML::getUseInlineCss()
* Get use inline CSS? * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ HTML.php, line 1389
Class
- PHPExcel_Writer_HTML
- PHPExcel_Writer_HTML
Code
public function getUseInlineCss() {
return $this->_useInlineCss;
}