ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
writeDocPropsApp (PHPExcel $pPHPExcel=null) | |
Write docProps/app.xml to XML format. | |
writeDocPropsCore (PHPExcel $pPHPExcel=null) | |
Write docProps/core.xml to XML format. | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
Set parent IWriter object. | |
getParentWriter () | |
Get parent IWriter object. |
Definition at line 57 of file DocProps.php.
PHPExcel_Writer_Excel2007_DocProps::writeDocPropsApp | ( | PHPExcel | $pPHPExcel = null | ) |
Write docProps/app.xml to XML format.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 66 of file DocProps.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_DocProps::writeDocPropsCore | ( | PHPExcel | $pPHPExcel = null | ) |
Write docProps/core.xml to XML format.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 161 of file DocProps.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.