\PhpOffice\PhpSpreadsheet\Shared\EscherDggContainer

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 : int

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

Type

int

$cDgSaved

$cDgSaved : int

Total number of drawings saved.

Type

int

$cSpSaved

$cSpSaved : int

Total number of shapes saved (including group shapes).

Type

int

$bstoreContainer

$bstoreContainer : \PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer

BLIP Store Container.

Type

BstoreContainer

$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() : int

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

Returns

int —

setSpIdMax()

setSpIdMax(int  $value) : void

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

Parameters

int $value

getCDgSaved()

getCDgSaved() : int

Get total number of drawings saved.

Returns

int —

setCDgSaved()

setCDgSaved(int  $value) : void

Set total number of drawings saved.

Parameters

int $value

getCSpSaved()

getCSpSaved() : int

Get total number of shapes saved (including group shapes).

Returns

int —

setCSpSaved()

setCSpSaved(int  $value) : void

Set total number of shapes saved (including group shapes).

Parameters

int $value

getBstoreContainer()

getBstoreContainer() : \PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer

Get BLIP Store Container.

Returns

\PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer —

setBstoreContainer()

setBstoreContainer(\PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer  $bstoreContainer) : void

Set BLIP Store Container.

Parameters

\PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer $bstoreContainer

setOPT()

setOPT(int  $property, mixed  $value) : void

Set an option for the drawing group.

Parameters

int $property

The number specifies the option

mixed $value

getOPT()

getOPT(int  $property) : mixed

Get an option for the drawing group.

Parameters

int $property

The number specifies the option

Returns

mixed —

getIDCLs()

getIDCLs() : array

Get identifier clusters.

Returns

array —

setIDCLs()

setIDCLs(array  $pValue) : void

Set identifier clusters. [<drawingId> => <max shape id>, ...].

Parameters

array $pValue