Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Worksheet_Drawing
  • PHPExcel_Worksheet_Drawing_Shadow
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Worksheet_Drawing_Shadow

PHPExcel_Worksheet_Drawing_Shadow

PHPExcel_Worksheet_Drawing_Shadow implements PHPExcel_IComparable
Package: PHPExcel\Worksheet\Drawing
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Worksheet/Drawing/Shadow.php
Methods summary
public
# __construct( )

Create a new PHPExcel_Worksheet_Drawing_Shadow

Create a new PHPExcel_Worksheet_Drawing_Shadow

public boolean
# getVisible( )

Get Visible

Get Visible

Returns

boolean
public PHPExcel_Worksheet_Drawing_Shadow
# setVisible( boolean $pValue = false )

Set Visible

Set Visible

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public integer
# getBlurRadius( )

Get Blur radius

Get Blur radius

Returns

integer
public PHPExcel_Worksheet_Drawing_Shadow
# setBlurRadius( integer $pValue = 6 )

Set Blur radius

Set Blur radius

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public integer
# getDistance( )

Get Shadow distance

Get Shadow distance

Returns

integer
public PHPExcel_Worksheet_Drawing_Shadow
# setDistance( integer $pValue = 2 )

Set Shadow distance

Set Shadow distance

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public integer
# getDirection( )

Get Shadow direction (in degrees)

Get Shadow direction (in degrees)

Returns

integer
public PHPExcel_Worksheet_Drawing_Shadow
# setDirection( integer $pValue = 0 )

Set Shadow direction (in degrees)

Set Shadow direction (in degrees)

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public integer
# getAlignment( )

Get Shadow alignment

Get Shadow alignment

Returns

integer
public PHPExcel_Worksheet_Drawing_Shadow
# setAlignment( integer $pValue = 0 )

Set Shadow alignment

Set Shadow alignment

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public PHPExcel_Style_Color
# getColor( )

Get Color

Get Color

Returns

PHPExcel_Style_Color
public PHPExcel_Worksheet_Drawing_Shadow
# setColor( PHPExcel_Style_Color $pValue = null )

Set Color

Set Color

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow

Throws

PHPExcel_Exception
public integer
# getAlpha( )

Get Alpha

Get Alpha

Returns

integer
public PHPExcel_Worksheet_Drawing_Shadow
# setAlpha( integer $pValue = 0 )

Set Alpha

Set Alpha

Parameters

$pValue

Returns

PHPExcel_Worksheet_Drawing_Shadow
public string
# getHashCode( )

Get hash code

Get hash code

Returns

string
Hash code

Implementation of

PHPExcel_IComparable::getHashCode()
public
# __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.

Constants summary
string SHADOW_BOTTOM
# 'b'
string SHADOW_BOTTOM_LEFT
# 'bl'
string SHADOW_BOTTOM_RIGHT
# 'br'
string SHADOW_CENTER
# 'ctr'
string SHADOW_LEFT
# 'l'
string SHADOW_TOP
# 't'
string SHADOW_TOP_LEFT
# 'tl'
string SHADOW_TOP_RIGHT
# 'tr'
Properties summary
private boolean $_visible

Visible

Visible

#
private integer $_blurRadius

Blur radius

Blur radius

Defaults to 6

#
private integer $_distance

Shadow distance

Shadow distance

Defaults to 2

#
private integer $_direction

Shadow direction (in degrees)

Shadow direction (in degrees)

#
private integer $_alignment

Shadow alignment

Shadow alignment

#
private PHPExcel_Style_Color $_color

Color

Color

#
private integer $_alpha

Alpha

Alpha

#
Autene API documentation generated by ApiGen