\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(mixed  $themeName, mixed  $colourSchemeName, mixed  $colourMap) : mixed

Create a new PHPExcel_Theme

Parameters

mixed $themeName
mixed $colourSchemeName
mixed $colourMap

Returns

mixed —

getThemeName()

getThemeName() : string

Get Theme Name

Returns

string —

getColourSchemeName()

getColourSchemeName() : string

Get colour Scheme Name

Returns

string —

getColourByIndex()

getColourByIndex(mixed  $index) : string

Get colour Map Value by Position

Parameters

mixed $index

Returns

string —

__clone()

__clone() : mixed

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

Returns

mixed —