Definition at line 36 of file Shadow.php.
◆ __construct()
PHPExcel_Worksheet_Drawing_Shadow::__construct |
( |
| ) |
|
◆ __clone()
PHPExcel_Worksheet_Drawing_Shadow::__clone |
( |
| ) |
|
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 278 of file Shadow.php.
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;
◆ getAlignment()
PHPExcel_Worksheet_Drawing_Shadow::getAlignment |
( |
| ) |
|
◆ getAlpha()
PHPExcel_Worksheet_Drawing_Shadow::getAlpha |
( |
| ) |
|
◆ getBlurRadius()
PHPExcel_Worksheet_Drawing_Shadow::getBlurRadius |
( |
| ) |
|
◆ getColor()
PHPExcel_Worksheet_Drawing_Shadow::getColor |
( |
| ) |
|
◆ getDirection()
PHPExcel_Worksheet_Drawing_Shadow::getDirection |
( |
| ) |
|
◆ getDistance()
PHPExcel_Worksheet_Drawing_Shadow::getDistance |
( |
| ) |
|
◆ getHashCode()
PHPExcel_Worksheet_Drawing_Shadow::getHashCode |
( |
| ) |
|
Get hash code.
- Returns
- string Hash code
Implements PHPExcel_IComparable.
Definition at line 262 of file Shadow.php.
264 ($this->_visible ?
't' :
'f')
269 . $this->_color->getHashCode()
◆ getVisible()
PHPExcel_Worksheet_Drawing_Shadow::getVisible |
( |
| ) |
|
◆ setAlignment()
PHPExcel_Worksheet_Drawing_Shadow::setAlignment |
( |
|
$pValue = 0 | ) |
|
◆ setAlpha()
PHPExcel_Worksheet_Drawing_Shadow::setAlpha |
( |
|
$pValue = 0 | ) |
|
◆ setBlurRadius()
PHPExcel_Worksheet_Drawing_Shadow::setBlurRadius |
( |
|
$pValue = 6 | ) |
|
◆ setColor()
◆ setDirection()
PHPExcel_Worksheet_Drawing_Shadow::setDirection |
( |
|
$pValue = 0 | ) |
|
◆ setDistance()
PHPExcel_Worksheet_Drawing_Shadow::setDistance |
( |
|
$pValue = 2 | ) |
|
◆ setVisible()
PHPExcel_Worksheet_Drawing_Shadow::setVisible |
( |
|
$pValue = false | ) |
|
◆ $_alignment
PHPExcel_Worksheet_Drawing_Shadow::$_alignment |
|
private |
◆ $_alpha
PHPExcel_Worksheet_Drawing_Shadow::$_alpha |
|
private |
◆ $_blurRadius
PHPExcel_Worksheet_Drawing_Shadow::$_blurRadius |
|
private |
◆ $_color
PHPExcel_Worksheet_Drawing_Shadow::$_color |
|
private |
◆ $_direction
PHPExcel_Worksheet_Drawing_Shadow::$_direction |
|
private |
◆ $_distance
PHPExcel_Worksheet_Drawing_Shadow::$_distance |
|
private |
◆ $_visible
PHPExcel_Worksheet_Drawing_Shadow::$_visible |
|
private |
◆ SHADOW_BOTTOM
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM = 'b' |
◆ SHADOW_BOTTOM_LEFT
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM_LEFT = 'bl' |
◆ SHADOW_BOTTOM_RIGHT
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM_RIGHT = 'br' |
◆ SHADOW_CENTER
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_CENTER = 'ctr' |
◆ SHADOW_LEFT
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_LEFT = 'l' |
◆ SHADOW_TOP
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP = 't' |
◆ SHADOW_TOP_LEFT
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP_LEFT = 'tl' |
◆ SHADOW_TOP_RIGHT
const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP_RIGHT = 'tr' |
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php