PHPExcel_DocumentSecurity
category | PHPExcel |
---|---|
package | PHPExcel |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getLockRevision() : boolean
boolean
getLockStructure() : boolean
boolean
getLockWindows() : boolean
boolean
getRevisionsPassword() : string
string
getWorkbookPassword() : string
string
isSecurityEnabled() : boolean
boolean
setRevisionsPassword(string $pValue, boolean $pAlreadyHashed) : \PHPExcel_DocumentSecurity
string
boolean
If the password has already been hashed, set this to true
setWorkbookPassword(string $pValue, boolean $pAlreadyHashed) : \PHPExcel_DocumentSecurity
string
boolean
If the password has already been hashed, set this to true
$_lockRevision : boolean
$_lockStructure : boolean
$_lockWindows : boolean
$_revisionsPassword : string
$_workbookPassword : string