You are here

private static property PHPExcel_Shared_Font::$_autoSizeMethods in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Font.php \PHPExcel_Shared_Font::_autoSizeMethods

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Font.php, line 42

Class

PHPExcel_Shared_Font
PHPExcel_Shared_Font

Code

private static $_autoSizeMethods = array(
  self::AUTOSIZE_METHOD_APPROX,
  self::AUTOSIZE_METHOD_EXACT,
);