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;
const SHADOW_BOTTOM_RIGHT
setAlignment($pValue=0)
Set Shadow alignment.
getAlignment()
Get Shadow alignment.
getDistance()
Get Shadow distance.
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
getBlurRadius()
Get Blur radius.
getHashCode()
Get hash code.
setBlurRadius($pValue=6)
Set Blur radius.
setDirection($pValue=0)
Set Shadow direction (in degrees)
setColor(PHPExcel_Style_Color $pValue=null)
Set Color.
setVisible($pValue=false)
Set Visible.
__construct()
Create a new PHPExcel_Worksheet_Drawing_Shadow.
setAlpha($pValue=0)
Set Alpha.
setDistance($pValue=2)
Set Shadow distance.
getDirection()
Get Shadow direction (in degrees)