isSecurityEnabled() isSecurityEnabled() : bool Is some sort of document security enabled? Returns bool —
setLockRevision() setLockRevision(bool $pValue) : $this Set LockRevision. Parameters bool $pValue Returns $this —
setLockStructure() setLockStructure(bool $pValue) : $this Set LockStructure. Parameters bool $pValue Returns $this —
setLockWindows() setLockWindows(bool $pValue) : $this Set LockWindows. Parameters bool $pValue Returns $this —
getRevisionsPassword() getRevisionsPassword() : string Get RevisionsPassword (hashed). Returns string —
setRevisionsPassword() setRevisionsPassword(string $pValue, bool $pAlreadyHashed = false) : $this Set RevisionsPassword. Parameters string $pValue bool $pAlreadyHashed If the password has already been hashed, set this to true Returns $this —
setWorkbookPassword() setWorkbookPassword(string $pValue, bool $pAlreadyHashed = false) : $this Set WorkbookPassword. Parameters string $pValue bool $pAlreadyHashed If the password has already been hashed, set this to true Returns $this —
__clone() __clone() : mixed Implement PHP __clone to create a deep clone, not just a shallow copy. Returns mixed —