Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel
  • PHPExcel_Autoloader
  • PHPExcel_Comment
  • PHPExcel_DocumentProperties
  • PHPExcel_DocumentSecurity
  • PHPExcel_HashTable
  • PHPExcel_IOFactory
  • PHPExcel_NamedRange
  • PHPExcel_ReferenceHelper
  • PHPExcel_WorksheetIterator

Interfaces

  • PHPExcel_IComparable

Exceptions

  • PHPExcel_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_DocumentSecurity

PHPExcel_DocumentSecurity

Package: PHPExcel
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/DocumentSecurity.php
Methods summary
public
# __construct( )

Create a new PHPExcel_DocumentSecurity

Create a new PHPExcel_DocumentSecurity

public boolean
# isSecurityEnabled( )

Is some sort of dcument security enabled?

Is some sort of dcument security enabled?

Returns

boolean
public boolean
# getLockRevision( )

Get LockRevision

Get LockRevision

Returns

boolean
public PHPExcel_DocumentSecurity
# setLockRevision( boolean $pValue = false )

Set LockRevision

Set LockRevision

Parameters

$pValue

Returns

PHPExcel_DocumentSecurity
public boolean
# getLockStructure( )

Get LockStructure

Get LockStructure

Returns

boolean
public PHPExcel_DocumentSecurity
# setLockStructure( boolean $pValue = false )

Set LockStructure

Set LockStructure

Parameters

$pValue

Returns

PHPExcel_DocumentSecurity
public boolean
# getLockWindows( )

Get LockWindows

Get LockWindows

Returns

boolean
public PHPExcel_DocumentSecurity
# setLockWindows( boolean $pValue = false )

Set LockWindows

Set LockWindows

Parameters

$pValue

Returns

PHPExcel_DocumentSecurity
public string
# getRevisionsPassword( )

Get RevisionsPassword (hashed)

Get RevisionsPassword (hashed)

Returns

string
public PHPExcel_DocumentSecurity
# setRevisionsPassword( string $pValue = '', boolean $pAlreadyHashed = false )

Set RevisionsPassword

Set RevisionsPassword

Parameters

$pValue
$pAlreadyHashed
If the password has already been hashed, set this to true

Returns

PHPExcel_DocumentSecurity
public string
# getWorkbookPassword( )

Get WorkbookPassword (hashed)

Get WorkbookPassword (hashed)

Returns

string
public PHPExcel_DocumentSecurity
# setWorkbookPassword( string $pValue = '', boolean $pAlreadyHashed = false )

Set WorkbookPassword

Set WorkbookPassword

Parameters

$pValue
$pAlreadyHashed
If the password has already been hashed, set this to true

Returns

PHPExcel_DocumentSecurity
public
# __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.

Properties summary
private boolean $_lockRevision

LockRevision

LockRevision

#
private boolean $_lockStructure

LockStructure

LockStructure

#
private boolean $_lockWindows

LockWindows

LockWindows

#
private string $_revisionsPassword

RevisionsPassword

RevisionsPassword

#
private string $_workbookPassword

WorkbookPassword

WorkbookPassword

#
Autene API documentation generated by ApiGen