[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Shared/Escher/ -> DggContainer.php (summary)

(no description)

File Size: 196 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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_DggContainer

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

getSpIdMax()   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: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1