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

Class: PHPPowerPoint_Style_Fill

Source Location: /PHPPowerpoint/Style/Fill.php

Class Overview


PHPPowerPoint_Style_Fill


Author(s):

Copyright:

  • Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)

Implements interfaces:

Variables

Constants

Methods



Class Details

[line 43]
PHPPowerPoint_Style_Fill

PHPPowerPoint_Style_Fill




Tags:

copyright:  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)


[ Top ]


Class Variables

$_endColor =

[line 94]

End color

End color




Tags:

access:  private



[ Top ]

$_fillType =

[line 73]

Fill type

Fill type




Tags:

access:  private

Type:   string


[ Top ]

$_hashIndex =

[line 206]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_rotation =

[line 80]

Rotation

Rotation




Tags:

access:  private

Type:   double


[ Top ]

$_startColor =

[line 87]

Start color

Start color




Tags:

access:  private



[ Top ]



Class Methods


constructor __construct [line 99]

PHPPowerPoint_Style_Fill __construct( )

Create a new PHPPowerPoint_Style_Fill

Create a new PHPPowerPoint_Style_Fill




Tags:

access:  public


[ Top ]

method getEndColor [line 170]

PHPPowerPoint_Style_Color getEndColor( )

Get End Color

Get End Color




Tags:

access:  public


[ Top ]

method getFillType [line 113]

string getFillType( )

Get Fill Type

Get Fill Type




Tags:

access:  public


[ Top ]

method getHashCode [line 191]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 216]

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 getRotation [line 131]

double getRotation( )

Get Rotation

Get Rotation




Tags:

access:  public


[ Top ]

method getStartColor [line 149]

PHPPowerPoint_Style_Color getStartColor( )

Get Start Color

Get Start Color




Tags:

access:  public


[ Top ]

method setEndColor [line 182]

void setEndColor( [PHPPowerPoint_Style_Color $pValue = null])

Set End Color

Set End Color




Tags:

throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Style_Color   $pValue  

[ Top ]

method setFillType [line 122]

void setFillType( [string $pValue = PHPPowerPoint_Style_Fill::FILL_NONE])

Set Fill Type

Set Fill Type




Tags:

access:  public


Parameters:

string   $pValue   PHPPowerPoint_Style_Fill fill type

[ Top ]

method setHashIndex [line 228]

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 setRotation [line 140]

void setRotation( [double $pValue = 0])

Set Rotation

Set Rotation




Tags:

access:  public


Parameters:

double   $pValue  

[ Top ]

method setStartColor [line 161]

void setStartColor( [PHPPowerPoint_Style_Color $pValue = null])

Set Start Color

Set Start Color




Tags:

throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Style_Color   $pValue  

[ Top ]

method __clone [line 235]

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

FILL_GRADIENT_LINEAR =  'linear'

[line 48]


[ Top ]

FILL_GRADIENT_PATH =  'path'

[line 49]


[ Top ]

FILL_NONE =  'none'

[line 46]


[ Top ]

FILL_PATTERN_DARKDOWN =  'darkDown'

[line 50]


[ Top ]

FILL_PATTERN_DARKGRAY =  'darkGray'

[line 51]


[ Top ]

FILL_PATTERN_DARKGRID =  'darkGrid'

[line 52]


[ Top ]

FILL_PATTERN_DARKHORIZONTAL =  'darkHorizontal'

[line 53]


[ Top ]

FILL_PATTERN_DARKTRELLIS =  'darkTrellis'

[line 54]


[ Top ]

FILL_PATTERN_DARKUP =  'darkUp'

[line 55]


[ Top ]

FILL_PATTERN_DARKVERTICAL =  'darkVertical'

[line 56]


[ Top ]

FILL_PATTERN_GRAY0625 =  'gray0625'

[line 57]


[ Top ]

FILL_PATTERN_GRAY125 =  'gray125'

[line 58]


[ Top ]

FILL_PATTERN_LIGHTDOWN =  'lightDown'

[line 59]


[ Top ]

FILL_PATTERN_LIGHTGRAY =  'lightGray'

[line 60]


[ Top ]

FILL_PATTERN_LIGHTGRID =  'lightGrid'

[line 61]


[ Top ]

FILL_PATTERN_LIGHTHORIZONTAL =  'lightHorizontal'

[line 62]


[ Top ]

FILL_PATTERN_LIGHTTRELLIS =  'lightTrellis'

[line 63]


[ Top ]

FILL_PATTERN_LIGHTUP =  'lightUp'

[line 64]


[ Top ]

FILL_PATTERN_LIGHTVERTICAL =  'lightVertical'

[line 65]


[ Top ]

FILL_PATTERN_MEDIUMGRAY =  'mediumGray'

[line 66]


[ Top ]

FILL_SOLID =  'solid'

[line 47]


[ Top ]



Documentation generated on Sat, 25 Apr 2009 11:37:14 +0200 by phpDocumentor 1.4.1