PHPExcel_Worksheet_Drawing
[ class tree: PHPExcel_Worksheet_Drawing ] [ index: PHPExcel_Worksheet_Drawing ] [ all elements ]

Class: PHPExcel_Worksheet_Drawing_Shadow

Source Location: /PHPExcel/Worksheet/Drawing/Shadow.php

Class Overview


PHPExcel_Worksheet_Drawing_Shadow


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Constants

Methods



Class Details

[line 45]
PHPExcel_Worksheet_Drawing_Shadow

PHPExcel_Worksheet_Drawing_Shadow




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_alignment =

[line 94]

Shadow alignment

Shadow alignment




Tags:

access:  private

Type:   int


[ Top ]

$_alpha =

[line 108]

Alpha

Alpha




Tags:

access:  private

Type:   int


[ Top ]

$_blurRadius =

[line 71]

Blur radius

Blur radius Defaults to 6




Tags:

access:  private

Type:   int


[ Top ]

$_color =

[line 101]

Color

Color




Tags:

access:  private



[ Top ]

$_direction =

[line 87]

Shadow direction (in degrees)

Shadow direction (in degrees)




Tags:

access:  private

Type:   int


[ Top ]

$_distance =

[line 80]

Shadow distance

Shadow distance Defaults to 2




Tags:

access:  private

Type:   int


[ Top ]

$_hashIndex =

[line 275]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_visible =

[line 62]

Visible

Visible




Tags:

access:  private

Type:   boolean


[ Top ]



Class Methods


constructor __construct [line 113]

PHPExcel_Worksheet_Drawing_Shadow __construct( )

Create a new PHPExcel_Worksheet_Drawing_Shadow

Create a new PHPExcel_Worksheet_Drawing_Shadow




Tags:

access:  public


[ Top ]

method getAlignment [line 202]

int getAlignment( )

Get Shadow alignment

Get Shadow alignment




Tags:

access:  public


[ Top ]

method getAlpha [line 239]

int getAlpha( )

Get Alpha

Get Alpha




Tags:

access:  public


[ Top ]

method getBlurRadius [line 148]

int getBlurRadius( )

Get Blur radius

Get Blur radius




Tags:

access:  public


[ Top ]

method getColor [line 220]

PHPExcel_Style_Color getColor( )

Get Color

Get Color




Tags:

access:  public


[ Top ]

method getDirection [line 184]

int getDirection( )

Get Shadow direction (in degrees)

Get Shadow direction (in degrees)




Tags:

access:  public


[ Top ]

method getDistance [line 166]

int getDistance( )

Get Shadow distance

Get Shadow distance




Tags:

access:  public


[ Top ]

method getHashCode [line 257]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 285]

string getHashIndex( )

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

return:  Hash index
access:  public


[ Top ]

method getVisible [line 130]

boolean getVisible( )

Get Visible

Get Visible




Tags:

access:  public


[ Top ]

method setAlignment [line 211]

void setAlignment( [int $pValue = 0])

Set Shadow alignment

Set Shadow alignment




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setAlpha [line 248]

void setAlpha( [int $pValue = 0])

Set Alpha

Set Alpha




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setBlurRadius [line 157]

void setBlurRadius( [int $pValue = 6])

Set Blur radius

Set Blur radius




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setColor [line 230]

void setColor( [ $pValue = null])

Set Color

Set Color




Tags:

throws:  Exception
access:  public


Parameters:

PHPExcel_Style_Color   $pValue  

[ Top ]

method setDirection [line 193]

void setDirection( [int $pValue = 0])

Set Shadow direction (in degrees)

Set Shadow direction (in degrees)




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setDistance [line 175]

void setDistance( [int $pValue = 2])

Set Shadow distance

Set Shadow distance




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setHashIndex [line 297]

void setHashIndex( string $value)

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

access:  public


Parameters:

string   $value   Hash index

[ Top ]

method setVisible [line 139]

void setVisible( [boolean $pValue = false])

Set Visible

Set Visible




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method __clone [line 304]

void __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.




Tags:

access:  public


[ Top ]


Class Constants

SHADOW_BOTTOM =  'b'

[line 48]


[ Top ]

SHADOW_BOTTOM_LEFT =  'bl'

[line 49]


[ Top ]

SHADOW_BOTTOM_RIGHT =  'br'

[line 50]


[ Top ]

SHADOW_CENTER =  'ctr'

[line 51]


[ Top ]

SHADOW_LEFT =  'l'

[line 52]


[ Top ]

SHADOW_TOP =  't'

[line 53]


[ Top ]

SHADOW_TOP_LEFT =  'tl'

[line 54]


[ Top ]

SHADOW_TOP_RIGHT =  'tr'

[line 55]


[ Top ]



Documentation generated on Wed, 22 Apr 2009 09:01:58 +0200 by phpDocumentor 1.4.1