PHPExcel_Worksheet
[ class tree: PHPExcel_Worksheet ] [ index: PHPExcel_Worksheet ] [ all elements ]

Class: PHPExcel_Worksheet_Protection

Source Location: /PHPExcel/Worksheet/Protection.php

Class Overview


PHPExcel_Worksheet_Protection


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Variables

Methods



Class Details

[line 40]
PHPExcel_Worksheet_Protection

PHPExcel_Worksheet_Protection




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_autoFilter =

[line 138]

AutoFilter

AutoFilter




Tags:

access:  private

Type:   boolean


[ Top ]

$_deleteColumns =

[line 110]

Delete columns

Delete columns




Tags:

access:  private

Type:   boolean


[ Top ]

$_deleteRows =

[line 117]

Delete rows

Delete rows




Tags:

access:  private

Type:   boolean


[ Top ]

$_formatCells =

[line 68]

Format cells

Format cells




Tags:

access:  private

Type:   boolean


[ Top ]

$_formatColumns =

[line 75]

Format columns

Format columns




Tags:

access:  private

Type:   boolean


[ Top ]

$_formatRows =

[line 82]

Format rows

Format rows




Tags:

access:  private

Type:   boolean


[ Top ]

$_insertColumns =

[line 89]

Insert columns

Insert columns




Tags:

access:  private

Type:   boolean


[ Top ]

$_insertHyperlinks =

[line 103]

Insert hyperlinks

Insert hyperlinks




Tags:

access:  private

Type:   boolean


[ Top ]

$_insertRows =

[line 96]

Insert rows

Insert rows




Tags:

access:  private

Type:   boolean


[ Top ]

$_objects =

[line 54]

Objects

Objects




Tags:

access:  private

Type:   boolean


[ Top ]

$_password =

[line 159]

Password

Password




Tags:

access:  private

Type:   string


[ Top ]

$_pivotTables =

[line 145]

Pivot tables

Pivot tables




Tags:

access:  private

Type:   boolean


[ Top ]

$_scenarios =

[line 61]

Scenarios

Scenarios




Tags:

access:  private

Type:   boolean


[ Top ]

$_selectLockedCells =

[line 124]

Select locked cells

Select locked cells




Tags:

access:  private

Type:   boolean


[ Top ]

$_selectUnlockedCells =

[line 152]

Select unlocked cells

Select unlocked cells




Tags:

access:  private

Type:   boolean


[ Top ]

$_sheet =

[line 47]

Sheet

Sheet




Tags:

access:  private

Type:   boolean


[ Top ]

$_sort =

[line 131]

Sort

Sort




Tags:

access:  private

Type:   boolean


[ Top ]



Class Methods


constructor __construct [line 164]

PHPExcel_Worksheet_Protection __construct( )

Create a new PHPExcel_Worksheet_Protection

Create a new PHPExcel_Worksheet_Protection




Tags:

access:  public


[ Top ]

method getAutoFilter [line 449]

boolean getAutoFilter( )

Get AutoFilter

Get AutoFilter




[ Top ]

method getDeleteColumns [line 377]

boolean getDeleteColumns( )

Get DeleteColumns

Get DeleteColumns




[ Top ]

method getDeleteRows [line 395]

boolean getDeleteRows( )

Get DeleteRows

Get DeleteRows




[ Top ]

method getFormatCells [line 269]

boolean getFormatCells( )

Get FormatCells

Get FormatCells




[ Top ]

method getFormatColumns [line 287]

boolean getFormatColumns( )

Get FormatColumns

Get FormatColumns




[ Top ]

method getFormatRows [line 305]

boolean getFormatRows( )

Get FormatRows

Get FormatRows




[ Top ]

method getInsertColumns [line 323]

boolean getInsertColumns( )

Get InsertColumns

Get InsertColumns




[ Top ]

method getInsertHyperlinks [line 359]

boolean getInsertHyperlinks( )

Get InsertHyperlinks

Get InsertHyperlinks




[ Top ]

method getInsertRows [line 341]

boolean getInsertRows( )

Get InsertRows

Get InsertRows




[ Top ]

method getObjects [line 233]

boolean getObjects( )

Get Objects

Get Objects




[ Top ]

method getPassword [line 503]

string getPassword( )

Get Password (hashed)

Get Password (hashed)




[ Top ]

method getPivotTables [line 467]

boolean getPivotTables( )

Get PivotTables

Get PivotTables




[ Top ]

method getScenarios [line 251]

boolean getScenarios( )

Get Scenarios

Get Scenarios




[ Top ]

method getSelectLockedCells [line 413]

boolean getSelectLockedCells( )

Get SelectLockedCells

Get SelectLockedCells




[ Top ]

method getSelectUnlockedCells [line 485]

boolean getSelectUnlockedCells( )

Get SelectUnlockedCells

Get SelectUnlockedCells




[ Top ]

method getSheet [line 215]

boolean getSheet( )

Get Sheet

Get Sheet




[ Top ]

method getSort [line 431]

boolean getSort( )

Get Sort

Get Sort




[ Top ]

method isProtectionEnabled [line 191]

boolean isProtectionEnabled( )

Is some sort of protection enabled?

Is some sort of protection enabled?




[ Top ]

method setAutoFilter [line 458]

void setAutoFilter( [boolean $pValue = false])

Set AutoFilter

Set AutoFilter




Parameters:

boolean   $pValue  

[ Top ]

method setDeleteColumns [line 386]

void setDeleteColumns( [boolean $pValue = false])

Set DeleteColumns

Set DeleteColumns




Parameters:

boolean   $pValue  

[ Top ]

method setDeleteRows [line 404]

void setDeleteRows( [boolean $pValue = false])

Set DeleteRows

Set DeleteRows




Parameters:

boolean   $pValue  

[ Top ]

method setFormatCells [line 278]

void setFormatCells( [boolean $pValue = false])

Set FormatCells

Set FormatCells




Parameters:

boolean   $pValue  

[ Top ]

method setFormatColumns [line 296]

void setFormatColumns( [boolean $pValue = false])

Set FormatColumns

Set FormatColumns




Parameters:

boolean   $pValue  

[ Top ]

method setFormatRows [line 314]

void setFormatRows( [boolean $pValue = false])

Set FormatRows

Set FormatRows




Parameters:

boolean   $pValue  

[ Top ]

method setInsertColumns [line 332]

void setInsertColumns( [boolean $pValue = false])

Set InsertColumns

Set InsertColumns




Parameters:

boolean   $pValue  

[ Top ]

method setInsertHyperlinks [line 368]

void setInsertHyperlinks( [boolean $pValue = false])

Set InsertHyperlinks

Set InsertHyperlinks




Parameters:

boolean   $pValue  

[ Top ]

method setInsertRows [line 350]

void setInsertRows( [boolean $pValue = false])

Set InsertRows

Set InsertRows




Parameters:

boolean   $pValue  

[ Top ]

method setObjects [line 242]

void setObjects( [boolean $pValue = false])

Set Objects

Set Objects




Parameters:

boolean   $pValue  

[ Top ]

method setPassword [line 513]

void setPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])

Set Password

Set Password




Parameters:

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

[ Top ]

method setPivotTables [line 476]

void setPivotTables( [boolean $pValue = false])

Set PivotTables

Set PivotTables




Parameters:

boolean   $pValue  

[ Top ]

method setScenarios [line 260]

void setScenarios( [boolean $pValue = false])

Set Scenarios

Set Scenarios




Parameters:

boolean   $pValue  

[ Top ]

method setSelectLockedCells [line 422]

void setSelectLockedCells( [boolean $pValue = false])

Set SelectLockedCells

Set SelectLockedCells




Parameters:

boolean   $pValue  

[ Top ]

method setSelectUnlockedCells [line 494]

void setSelectUnlockedCells( [boolean $pValue = false])

Set SelectUnlockedCells

Set SelectUnlockedCells




Parameters:

boolean   $pValue  

[ Top ]

method setSheet [line 224]

void setSheet( [boolean $pValue = false])

Set Sheet

Set Sheet




Parameters:

boolean   $pValue  

[ Top ]

method setSort [line 440]

void setSort( [boolean $pValue = false])

Set Sort

Set Sort




Parameters:

boolean   $pValue  

[ Top ]

method __clone [line 523]

void __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.




Tags:

access:  public


[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:38:24 +0100 by phpDocumentor 1.4.1