\PHPExcel_Writer_Excel2007_Theme

PHPExcel_Writer_Excel2007_Theme

Summary

Methods
Properties
Constants
setParentWriter()
getParentWriter()
__construct()
writeTheme()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
_writeFonts()
_writeColourScheme()
$_parentWriter
$_majorFonts
$_minorFonts
$_colourScheme
N/A

Properties

$_majorFonts

$_majorFonts

Map of Major fonts to write

$_minorFonts

$_minorFonts

Map of Minor fonts to write

$_colourScheme

$_colourScheme

Map of core colours

Methods

setParentWriter()

setParentWriter(\PHPExcel_Writer_IWriter  $pWriter = null) : mixed

Set parent IWriter object

Parameters

\PHPExcel_Writer_IWriter $pWriter

Throws

\PHPExcel_Writer_Exception

Returns

mixed —

getParentWriter()

getParentWriter() : \PHPExcel_Writer_IWriter

Get parent IWriter object

Throws

\PHPExcel_Writer_Exception

Returns

\PHPExcel_Writer_IWriter —

__construct()

__construct(\PHPExcel_Writer_IWriter  $pWriter = null) : mixed

Set parent IWriter object

Parameters

\PHPExcel_Writer_IWriter $pWriter

Throws

\PHPExcel_Writer_Exception

Returns

mixed —

writeTheme()

writeTheme(\PHPExcel  $pPHPExcel = null) : string

Write theme to XML format

Parameters

\PHPExcel $pPHPExcel

Throws

\PHPExcel_Writer_Exception

Returns

string —

XML Output

_writeFonts()

_writeFonts(\PHPExcel_Shared_XMLWriter  $objWriter, string  $latinFont, mixed  $fontSet) : string

Write fonts to XML format

Parameters

\PHPExcel_Shared_XMLWriter $objWriter
string $latinFont
mixed $fontSet

Throws

\PHPExcel_Writer_Exception

Returns

string —

XML Output

_writeColourScheme()

_writeColourScheme(\PHPExcel_Shared_XMLWriter  $objWriter) : string

Write colour scheme to XML format

Parameters

\PHPExcel_Shared_XMLWriter $objWriter

Throws

\PHPExcel_Writer_Exception

Returns

string —

XML Output