\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

Type

$_minorFonts

$_minorFonts : 

Map of Minor fonts to write

Type

$_colourScheme

$_colourScheme : 

Map of core colours

Type

Methods

setParentWriter()

setParentWriter(\PHPExcel_Writer_IWriter  $pWriter = null) 

Set parent IWriter object

Parameters

\PHPExcel_Writer_IWriter $pWriter

Throws

\PHPExcel_Writer_Exception

getParentWriter()

getParentWriter() : \PHPExcel_Writer_IWriter

Get parent IWriter object

Throws

\PHPExcel_Writer_Exception

Returns

\PHPExcel_Writer_IWriter

__construct()

__construct(\PHPExcel_Writer_IWriter  $pWriter = null) 

Set parent IWriter object

Parameters

\PHPExcel_Writer_IWriter $pWriter

Throws

\PHPExcel_Writer_Exception

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,   $fontSet) : string

Write fonts to XML format

Parameters

\PHPExcel_Shared_XMLWriter $objWriter
string $latinFont
$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