30 if (!defined(
'PHPEXCEL_ROOT')) {
34 define(
'PHPEXCEL_ROOT', dirname(__FILE__) .
'/../../../');
38 require_once PHPEXCEL_ROOT .
'PHPExcel/IComparable.php';
41 require_once PHPEXCEL_ROOT .
'PHPExcel/Worksheet.php';
44 require_once PHPEXCEL_ROOT .
'PHPExcel/Style/Color.php';
124 $this->_visible =
false;
125 $this->_blurRadius = 6;
126 $this->_distance = 2;
127 $this->_direction = 0;
149 $this->_visible = $pValue;
169 $this->_blurRadius = $pValue;
189 $this->_distance = $pValue;
209 $this->_direction = $pValue;
229 $this->_alignment = $pValue;
250 $this->_color = $pValue;
270 $this->_alpha = $pValue;
281 ($this->_visible ?
't' :
'f')
286 . $this->_color->getHashCode()
320 $this->_hashIndex = $value;
327 $vars = get_object_vars($this);
328 foreach ($vars as
$key => $value) {
329 if (is_object($value)) {
330 $this->
$key = clone $value;
332 $this->
$key = $value;