public function PHPExcel_Worksheet_HeaderFooterDrawing::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php \PHPExcel_Worksheet_HeaderFooterDrawing::__construct()
Create a new PHPExcel_Worksheet_HeaderFooterDrawing
Overrides PHPExcel_Worksheet_Drawing::__construct
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ HeaderFooterDrawing.php, line 90
Class
- PHPExcel_Worksheet_HeaderFooterDrawing
- PHPExcel_Worksheet_HeaderFooterDrawing
Code
public function __construct() {
// Initialise values
$this->_path = '';
$this->_name = '';
$this->_offsetX = 0;
$this->_offsetY = 0;
$this->_width = 0;
$this->_height = 0;
$this->_resizeProportional = true;
}