You are here

public static function PHPExcel_Shared_Font::getAutoSizeMethod 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::getAutoSizeMethod()

* Get autoSize method * *

Return value

string

File

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

Class

PHPExcel_Shared_Font
PHPExcel_Shared_Font

Code

public static function getAutoSizeMethod() {
  return self::$autoSizeMethod;
}