107        $this->_visible                         = 
false;
 
  108        $this->_blurRadius                      = 6;
 
  109        $this->_distance                        = 2;
 
  110        $this->_direction                       = 0;
 
  132        $this->_visible = $pValue;
 
  152        $this->_blurRadius = $pValue;
 
  172        $this->_distance = $pValue;
 
  192        $this->_direction = $pValue;
 
  212        $this->_alignment = $pValue;
 
  233                $this->_color = $pValue;
 
  253        $this->_alpha = $pValue;
 
  264                  ($this->_visible ? 
't' : 
'f')
 
  269                . $this->_color->getHashCode()
 
  279                $vars = get_object_vars($this);
 
  280                foreach ($vars as 
$key => $value) {
 
  281                        if (is_object($value)) {
 
  282                                $this->
$key = clone $value;
 
  284                                $this->
$key = $value;
 
An exception for terminatinating execution or to throw for unit testing.
setDistance($pValue=2)
Set Shadow distance.
const SHADOW_BOTTOM_RIGHT
getDistance()
Get Shadow distance.
getHashCode()
Get hash code.
setBlurRadius($pValue=6)
Set Blur radius.
getDirection()
Get Shadow direction (in degrees)
setColor(PHPExcel_Style_Color $pValue=null)
Set Color.
getAlignment()
Get Shadow alignment.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
setAlignment($pValue=0)
Set Shadow alignment.
setAlpha($pValue=0)
Set Alpha.
getBlurRadius()
Get Blur radius.
setDirection($pValue=0)
Set Shadow direction (in degrees)
setVisible($pValue=false)
Set Visible.
__construct()
Create a new PHPExcel_Worksheet_Drawing_Shadow.