96 $this->_spIdMax = $value;
116 $this->_cDgSaved = $value;
136 $this->_cSpSaved = $value;
156 $this->_bstoreContainer = $bstoreContainer;
165 public function setOPT($property, $value)
167 $this->_OPT[$property] = $value;
178 if (isset($this->_OPT[$property])) {
179 return $this->_OPT[$property];
201 $this->_IDCLs = $pValue;
An exception for terminatinating execution or to throw for unit testing.
getIDCLs()
Get identifier clusters.
setCDgSaved($value)
Set total number of drawings saved.
setOPT($property, $value)
Set an option for the drawing group.
setBstoreContainer($bstoreContainer)
Set BLIP Store Container.
getOPT($property)
Get an option for the drawing group.
getSpIdMax()
Get maximum shape index of all shapes in all drawings (plus one)
getBstoreContainer()
Get BLIP Store Container.
getCDgSaved()
Get total number of drawings saved.
setIDCLs($pValue)
Set identifier clusters.
getCSpSaved()
Get total number of shapes saved (including group shapes)
setSpIdMax($value)
Set maximum shape index of all shapes in all drawings (plus one)
setCSpSaved($value)
Set total number of shapes saved (including group shapes)