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

Class: PHPPowerPoint_Style_Color

Source Location: /PHPPowerpoint/Style/Color.php

Class Overview



PHPPowerPoint_Style_Color


Author(s):

    Copyright:

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

    Implements interfaces:

    • PHPPowerPoint_IComparable

    Variables

    Constants

    Methods



    Class Details

    [line 40]
    PHPPowerPoint_Style_Color

    PHPPowerPoint_Style_Color




    Tags:

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


    [ Top ]


    Class Variables

    $_argb =

    [line 59]

    ARGB - Alpha RGB

    ARGB - Alpha RGB




    Tags:

    access:   private

    Type:   string


    [ Top ]

    $_hashIndex =

    [line 131]

    Hash index

    Hash index




    Tags:

    access:   private

    Type:   string


    [ Top ]



    Class Methods


    constructor __construct [line 66]

    PHPPowerPoint_Style_Color __construct( [string $pARGB = PHPPowerPoint_Style_Color::COLOR_BLACK])

    Create a new PHPPowerPoint_Style_Color

    Create a new PHPPowerPoint_Style_Color




    Tags:

    access:   public


    Parameters:

    string   $pARGB  

    [ Top ]

    method getARGB [line 77]

    string getARGB( )

    Get ARGB

    Get ARGB




    Tags:

    access:   public


    [ Top ]

    method getHashCode [line 119]

    string getHashCode( )

    Get hash code

    Get hash code




    Tags:

    return:   Hash code
    access:   public


    [ Top ]

    method getHashIndex [line 141]

    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 getRGB [line 98]

    string getRGB( )

    Get RGB

    Get RGB




    Tags:

    access:   public


    [ Top ]

    method setARGB [line 86]

    void setARGB( [string $pValue = PHPPowerPoint_Style_Color::COLOR_BLACK])

    Set ARGB

    Set ARGB




    Tags:

    access:   public


    Parameters:

    string   $pValue  

    [ Top ]

    method setHashIndex [line 153]

    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 setRGB [line 107]

    void setRGB( [string $pValue = '000000'])

    Set RGB

    Set RGB




    Tags:

    access:   public


    Parameters:

    string   $pValue  

    [ Top ]

    method __clone [line 160]

    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

    COLOR_BLACK =  'FF000000'

    [line 43]


    [ Top ]

    COLOR_BLUE =  'FF0000FF'

    [line 47]


    [ Top ]

    COLOR_DARKBLUE =  'FF000080'

    [line 48]


    [ Top ]

    COLOR_DARKGREEN =  'FF008000'

    [line 50]


    [ Top ]

    COLOR_DARKRED =  'FF800000'

    [line 46]


    [ Top ]

    COLOR_DARKYELLOW =  'FF808000'

    [line 52]


    [ Top ]

    COLOR_GREEN =  'FF00FF00'

    [line 49]


    [ Top ]

    COLOR_RED =  'FFFF0000'

    [line 45]


    [ Top ]

    COLOR_WHITE =  'FFFFFFFF'

    [line 44]


    [ Top ]

    COLOR_YELLOW =  'FFFFFF00'

    [line 51]


    [ Top ]



    Documentation generated on Sat, 25 Apr 2009 11:36:51 +0200 by phpDocumentor 1.4.1