Todo List
PHPExcel_DocumentProperties __construct( )
string getCategory( )
string getCompany( )
datetime getCreated( )
string getCreator( )
string getDescription( )
string getKeywords( )
string getLastModifiedBy( )
datetime getModified( )
string getSubject( )
string getTitle( )
PHPExcel_DocumentProperties setCategory( [string $pValue = ''])
PHPPowerPoint_DocumentProperties setCompany( [string $pValue = ''])
PHPExcel_DocumentProperties setCreated( [datetime $pValue = null])
PHPExcel_DocumentProperties setCreator( [string $pValue = ''])
PHPExcel_DocumentProperties setDescription( [string $pValue = ''])
PHPExcel_DocumentProperties setKeywords( [string $pValue = ''])
PHPExcel_DocumentProperties setLastModifiedBy( [string $pValue = ''])
PHPExcel_DocumentProperties setModified( [datetime $pValue = null])
PHPExcel_DocumentProperties setSubject( [string $pValue = ''])
PHPExcel_DocumentProperties setTitle( [string $pValue = ''])
void __clone( )