[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 203 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Shared_Escher_DggContainer:: (12 methods):
getSpIdMax()
setSpIdMax()
getCDgSaved()
setCDgSaved()
getCSpSaved()
setCSpSaved()
getBstoreContainer()
setBstoreContainer()
setOPT()
getOPT()
getIDCLs()
setIDCLs()
Class: PHPExcel_Shared_Escher_DggContainer - X-Ref
PHPExcel_Shared_Escher_DggContainergetSpIdMax() X-Ref |
Get maximum shape index of all shapes in all drawings (plus one) return: int |
setSpIdMax($value) X-Ref |
Set maximum shape index of all shapes in all drawings (plus one) param: int |
getCDgSaved() X-Ref |
Get total number of drawings saved return: int |
setCDgSaved($value) X-Ref |
Set total number of drawings saved param: int |
getCSpSaved() X-Ref |
Get total number of shapes saved (including group shapes) return: int |
setCSpSaved($value) X-Ref |
Set total number of shapes saved (including group shapes) param: int |
getBstoreContainer() X-Ref |
Get BLIP Store Container return: PHPExcel_Shared_Escher_DggContainer_BstoreContainer |
setBstoreContainer($bstoreContainer) X-Ref |
Set BLIP Store Container param: PHPExcel_Shared_Escher_DggContainer_BstoreContainer $bstoreContainer |
setOPT($property, $value) X-Ref |
Set an option for the drawing group param: int $property The number specifies the option param: mixed $value |
getOPT($property) X-Ref |
Get an option for the drawing group param: int $property The number specifies the option return: mixed |
getIDCLs() X-Ref |
Get identifier clusters return: array |
setIDCLs($pValue) X-Ref |
Set identifier clusters. array(<drawingId> => <max shape id>, ...) param: array $pValue |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |