121 $this->_parent = $parent;
141 $this->_spgr = $value;
161 $this->_spType = $value;
181 $this->_spId = $value;
200 public function setOPT($property, $value)
202 $this->_OPT[$property] = $value;
213 if (isset($this->_OPT[$property])) {
214 return $this->_OPT[$property];
236 $this->_startCoordinates = $value;
256 $this->_startOffsetX = $startOffsetX;
276 $this->_startOffsetY = $startOffsetY;
296 $this->_endCoordinates = $value;
316 $this->_endOffsetX = $endOffsetX;
336 $this->_endOffsetY = $endOffsetY;
363 $parent = $parent->getParent();
366 return $nestingLevel;