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 53]
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 102]

Shadow alignment

Shadow alignment




Tags:

access:  private

Type:   int


[ Top ]

$_alpha =

[line 116]

Alpha

Alpha




Tags:

access:  private

Type:   int


[ Top ]

$_blurRadius =

[line 79]

Blur radius

Blur radius Defaults to 6




Tags:

access:  private

Type:   int


[ Top ]

$_color =

[line 109]

Color

Color




Tags:

access:  private



[ Top ]

$_direction =

[line 95]

Shadow direction (in degrees)

Shadow direction (in degrees)




Tags:

access:  private

Type:   int


[ Top ]

$_distance =

[line 88]

Shadow distance

Shadow distance Defaults to 2




Tags:

access:  private

Type:   int


[ Top ]

$_hashIndex =

[line 297]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_visible =

[line 70]

Visible

Visible




Tags:

access:  private

Type:   boolean


[ Top ]



Class Methods


constructor __construct [line 121]

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 218]

int getAlignment( )

Get Shadow alignment

Get Shadow alignment




Tags:

access:  public


[ Top ]

method getAlpha [line 259]

int getAlpha( )

Get Alpha

Get Alpha




Tags:

access:  public


[ Top ]

method getBlurRadius [line 158]

int getBlurRadius( )

Get Blur radius

Get Blur radius




Tags:

access:  public


[ Top ]

method getColor [line 238]

PHPExcel_Style_Color getColor( )

Get Color

Get Color




Tags:

access:  public


[ Top ]

method getDirection [line 198]

int getDirection( )

Get Shadow direction (in degrees)

Get Shadow direction (in degrees)




Tags:

access:  public


[ Top ]

method getDistance [line 178]

int getDistance( )

Get Shadow distance

Get Shadow distance




Tags:

access:  public


[ Top ]

method getHashCode [line 279]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 307]

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 138]

boolean getVisible( )

Get Visible

Get Visible




Tags:

access:  public


[ Top ]

method setAlignment [line 228]

PHPExcel_Worksheet_Drawing_Shadow setAlignment( [int $pValue = 0])

Set Shadow alignment

Set Shadow alignment




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setAlpha [line 269]

PHPExcel_Worksheet_Drawing_Shadow setAlpha( [int $pValue = 0])

Set Alpha

Set Alpha




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setBlurRadius [line 168]

PHPExcel_Worksheet_Drawing_Shadow setBlurRadius( [int $pValue = 6])

Set Blur radius

Set Blur radius




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setColor [line 249]

PHPExcel_Worksheet_Drawing_Shadow setColor( [ $pValue = null])

Set Color

Set Color




Tags:

throws:  Exception
access:  public


Parameters:

PHPExcel_Style_Color   $pValue  

[ Top ]

method setDirection [line 208]

PHPExcel_Worksheet_Drawing_Shadow setDirection( [int $pValue = 0])

Set Shadow direction (in degrees)

Set Shadow direction (in degrees)




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setDistance [line 188]

PHPExcel_Worksheet_Drawing_Shadow setDistance( [int $pValue = 2])

Set Shadow distance

Set Shadow distance




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setHashIndex [line 319]

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 148]

PHPExcel_Worksheet_Drawing_Shadow setVisible( [boolean $pValue = false])

Set Visible

Set Visible




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method __clone [line 326]

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 56]


[ Top ]

SHADOW_BOTTOM_LEFT =  'bl'

[line 57]


[ Top ]

SHADOW_BOTTOM_RIGHT =  'br'

[line 58]


[ Top ]

SHADOW_CENTER =  'ctr'

[line 59]


[ Top ]

SHADOW_LEFT =  'l'

[line 60]


[ Top ]

SHADOW_TOP =  't'

[line 61]


[ Top ]

SHADOW_TOP_LEFT =  'tl'

[line 62]


[ Top ]

SHADOW_TOP_RIGHT =  'tr'

[line 63]


[ Top ]



Documentation generated on Mon, 10 Aug 2009 08:07:47 +0200 by phpDocumentor 1.4.1