\PHPExcel_Reader_Excel2007_Theme

PHPExcel_Reader_Excel2007_Theme

Summary

Methods
Properties
Constants
__construct()
getThemeName()
getColourSchemeName()
getColourByIndex()
__clone()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$themeName
$colourSchemeName
$colourMapValues
$colourMap
N/A

Properties

$themeName

$themeName : string

Theme Name

Type

string

$colourSchemeName

$colourSchemeName : string

Colour Scheme Name

Type

string

$colourMapValues

$colourMapValues : array

Colour Map indexed by position

Type

array — of string

$colourMap

$colourMap : array

Colour Map

Type

array — of string

Methods

__construct()

__construct(  $themeName,   $colourSchemeName,   $colourMap) 

Create a new PHPExcel_Theme

Parameters

$themeName
$colourSchemeName
$colourMap

getThemeName()

getThemeName() : string

Get Theme Name

Returns

string

getColourSchemeName()

getColourSchemeName() : string

Get colour Scheme Name

Returns

string

getColourByIndex()

getColourByIndex(  $index) : string

Get colour Map Value by Position

Parameters

$index

Returns

string

__clone()

__clone() 

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