\PhpOffice\PhpSpreadsheet\Reader\XlsxTheme

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
$colourMap
N/A

Properties

$themeName

$themeName : string

Theme Name.

Type

string

$colourSchemeName

$colourSchemeName : string

Colour Scheme Name.

Type

string

$colourMap

$colourMap : array

Colour Map.

Type

array — of string

Methods

__construct()

__construct(mixed  $themeName, mixed  $colourSchemeName, mixed  $colourMap) : mixed

Create a new 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 —