category |
PHPExcel |
package |
PHPExcel_Writer_Excel2007 |
copyright |
Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
Methods
Set parent IWriter object
__construct(\PHPExcel_Writer_IWriter $pWriter)
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::__construct() |
Parameters
Exceptions
Get parent IWriter object
getParentWriter() : \PHPExcel_Writer_IWriter
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::getParentWriter() |
Exceptions
Returns
Set parent IWriter object
setParentWriter(\PHPExcel_Writer_IWriter $pWriter)
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::setParentWriter() |
Parameters
Exceptions
Write theme to XML format
writeTheme(\PHPExcel $pPHPExcel) : string
Parameters
Exceptions
Returns
string
XML Output
Write colour scheme to XML format
_writeColourScheme(\PHPExcel_Shared_XMLWriter $objWriter) : string
Parameters
Exceptions
Returns
string
XML Output
Write fonts to XML format
_writeFonts(\PHPExcel_Shared_XMLWriter $objWriter, string $latinFont, array $fontSet) : string
Parameters
$latinFont
string
$fontSet
array
of string $fontSet
Exceptions
Returns
string
XML Output
Properties
$_parentWriter : \PHPExcel_Writer_IWriter
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::$$_parentWriter |