\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.