\PHPExcel_Shared_Escher_DggContainer

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

Summary

Methods
Properties
Constants
getSpIdMax()
setSpIdMax()
getCDgSaved()
setCDgSaved()
getCSpSaved()
setCSpSaved()
getBstoreContainer()
setBstoreContainer()
setOPT()
getOPT()
getIDCLs()
setIDCLs()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$spIdMax
$cDgSaved
$cSpSaved
$bstoreContainer
$OPT
$IDCLs
N/A

Properties

$spIdMax

$spIdMax : integer

Maximum shape index of all shapes in all drawings increased by one

Type

integer

$cDgSaved

$cDgSaved : integer

Total number of drawings saved

Type

integer

$cSpSaved

$cSpSaved : integer

Total number of shapes saved (including group shapes)

Type

integer

$OPT

$OPT : array

Array of options for the drawing group

Type

array

$IDCLs

$IDCLs : array

Array of identifier clusters containg information about the maximum shape identifiers

Type

array

Methods

getSpIdMax()

getSpIdMax() : integer

Get maximum shape index of all shapes in all drawings (plus one)

Returns

integer

setSpIdMax()

setSpIdMax(  $value) 

Set maximum shape index of all shapes in all drawings (plus one)

Parameters

$value

getCDgSaved()

getCDgSaved() : integer

Get total number of drawings saved

Returns

integer

setCDgSaved()

setCDgSaved(  $value) 

Set total number of drawings saved

Parameters

$value

getCSpSaved()

getCSpSaved() : integer

Get total number of shapes saved (including group shapes)

Returns

integer

setCSpSaved()

setCSpSaved(  $value) 

Set total number of shapes saved (including group shapes)

Parameters

$value

setOPT()

setOPT(integer  $property, mixed  $value) 

Set an option for the drawing group

Parameters

integer $property

The number specifies the option

mixed $value

getOPT()

getOPT(integer  $property) : mixed

Get an option for the drawing group

Parameters

integer $property

The number specifies the option

Returns

mixed

getIDCLs()

getIDCLs() : array

Get identifier clusters

Returns

array

setIDCLs()

setIDCLs(array  $pValue) 

Set identifier clusters. array(<drawingId> => <max shape id>, .

..)

Parameters

array $pValue