Todo List
PHPExcel_DocumentSecurity __construct( )
boolean getLockRevision( )
boolean getLockStructure( )
boolean getLockWindows( )
string getRevisionsPassword( )
string getWorkbookPassword( )
boolean isSecurityEnabled( )
PHPExcel_DocumentSecurity setLockRevision( [boolean $pValue = false])
PHPExcel_DocumentSecurity setLockStructure( [boolean $pValue = false])
PHPExcel_DocumentSecurity setLockWindows( [boolean $pValue = false])
PHPExcel_DocumentSecurity setRevisionsPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])
PHPExcel_DocumentSecurity setWorkbookPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])
void __clone( )