| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2015 PHPExcel
| Copyright: | Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 581 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Worksheet_Protection:: (37 methods):
__construct()
isProtectionEnabled()
getSheet()
setSheet()
getObjects()
setObjects()
getScenarios()
setScenarios()
getFormatCells()
setFormatCells()
getFormatColumns()
setFormatColumns()
getFormatRows()
setFormatRows()
getInsertColumns()
setInsertColumns()
getInsertRows()
setInsertRows()
getInsertHyperlinks()
setInsertHyperlinks()
getDeleteColumns()
setDeleteColumns()
getDeleteRows()
setDeleteRows()
getSelectLockedCells()
setSelectLockedCells()
getSort()
setSort()
getAutoFilter()
setAutoFilter()
getPivotTables()
setPivotTables()
getSelectUnlockedCells()
setSelectUnlockedCells()
getPassword()
setPassword()
__clone()
Class: PHPExcel_Worksheet_Protection - X-Ref
PHPExcel_Worksheet_Protection| __construct() X-Ref |
| Create a new PHPExcel_Worksheet_Protection |
| isProtectionEnabled() X-Ref |
| Is some sort of protection enabled? return: boolean |
| getSheet() X-Ref |
| Get Sheet return: boolean |
| setSheet($pValue = false) X-Ref |
| Set Sheet param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getObjects() X-Ref |
| Get Objects return: boolean |
| setObjects($pValue = false) X-Ref |
| Set Objects param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getScenarios() X-Ref |
| Get Scenarios return: boolean |
| setScenarios($pValue = false) X-Ref |
| Set Scenarios param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getFormatCells() X-Ref |
| Get FormatCells return: boolean |
| setFormatCells($pValue = false) X-Ref |
| Set FormatCells param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getFormatColumns() X-Ref |
| Get FormatColumns return: boolean |
| setFormatColumns($pValue = false) X-Ref |
| Set FormatColumns param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getFormatRows() X-Ref |
| Get FormatRows return: boolean |
| setFormatRows($pValue = false) X-Ref |
| Set FormatRows param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getInsertColumns() X-Ref |
| Get InsertColumns return: boolean |
| setInsertColumns($pValue = false) X-Ref |
| Set InsertColumns param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getInsertRows() X-Ref |
| Get InsertRows return: boolean |
| setInsertRows($pValue = false) X-Ref |
| Set InsertRows param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getInsertHyperlinks() X-Ref |
| Get InsertHyperlinks return: boolean |
| setInsertHyperlinks($pValue = false) X-Ref |
| Set InsertHyperlinks param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getDeleteColumns() X-Ref |
| Get DeleteColumns return: boolean |
| setDeleteColumns($pValue = false) X-Ref |
| Set DeleteColumns param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getDeleteRows() X-Ref |
| Get DeleteRows return: boolean |
| setDeleteRows($pValue = false) X-Ref |
| Set DeleteRows param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getSelectLockedCells() X-Ref |
| Get SelectLockedCells return: boolean |
| setSelectLockedCells($pValue = false) X-Ref |
| Set SelectLockedCells param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getSort() X-Ref |
| Get Sort return: boolean |
| setSort($pValue = false) X-Ref |
| Set Sort param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getAutoFilter() X-Ref |
| Get AutoFilter return: boolean |
| setAutoFilter($pValue = false) X-Ref |
| Set AutoFilter param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getPivotTables() X-Ref |
| Get PivotTables return: boolean |
| setPivotTables($pValue = false) X-Ref |
| Set PivotTables param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getSelectUnlockedCells() X-Ref |
| Get SelectUnlockedCells return: boolean |
| setSelectUnlockedCells($pValue = false) X-Ref |
| Set SelectUnlockedCells param: boolean $pValue return: PHPExcel_Worksheet_Protection |
| getPassword() X-Ref |
| Get Password (hashed) return: string |
| setPassword($pValue = '', $pAlreadyHashed = false) X-Ref |
| Set Password param: string $pValue param: boolean $pAlreadyHashed If the password has already been hashed, set this to true return: PHPExcel_Worksheet_Protection |
| __clone() X-Ref |
| Implement PHP __clone to create a deep clone, not just a shallow copy. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |