66 $this->spIdMax = $value;
86 $this->cDgSaved = $value;
106 $this->cSpSaved = $value;
135 public function setOPT($property, $value): void
137 $this->OPT[$property] = $value;
149 if (isset($this->OPT[$property])) {
150 return $this->OPT[$property];
173 $this->IDCLs = $pValue;
setOPT($property, $value)
Set an option for the drawing group.
getCDgSaved()
Get total number of drawings saved.
setSpIdMax($value)
Set maximum shape index of all shapes in all drawings (plus one).
getIDCLs()
Get identifier clusters.
getOPT($property)
Get an option for the drawing group.
getCSpSaved()
Get total number of shapes saved (including group shapes).
setCDgSaved($value)
Set total number of drawings saved.
getSpIdMax()
Get maximum shape index of all shapes in all drawings (plus one).
setCSpSaved($value)
Set total number of shapes saved (including group shapes).
setIDCLs($pValue)
Set identifier clusters.
getBstoreContainer()
Get BLIP Store Container.
setBstoreContainer($bstoreContainer)
Set BLIP Store Container.