128 $this->_parent = $parent;
148 $this->_spgr = $value;
168 $this->_spType = $value;
188 $this->_spFlag = $value;
208 $this->_spId = $value;
227 public function setOPT($property, $value)
229 $this->_OPT[$property] = $value;
240 if (isset($this->_OPT[$property])) {
241 return $this->_OPT[$property];
263 $this->_startCoordinates = $value;
283 $this->_startOffsetX = $startOffsetX;
303 $this->_startOffsetY = $startOffsetY;
323 $this->_endCoordinates = $value;
343 $this->_endOffsetX = $endOffsetX;
363 $this->_endOffsetY = $endOffsetY;
390 $parent = $parent->getParent();
393 return $nestingLevel;
setSpType($value)
Set the shape type.
getSpFlag()
Get the shape flag.
setEndOffsetY($endOffsetY=0)
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height...
setSpgr($value=false)
Set whether this is a group shape.
getParent()
Get the parent Shape Group Container.
setSpFlag($value)
Set the shape flag.
getEndOffsetY()
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height...
setStartOffsetX($startOffsetX=0)
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width...
setParent($parent)
Set parent Shape Group Container.
getEndCoordinates()
Get cell coordinates of bottom-right corner of shape.
setEndOffsetX($endOffsetX=0)
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width...
getEndOffsetX()
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width...
setSpId($value)
Set the shape index.
setStartCoordinates($value='A1')
Set cell coordinates of upper-left corner of shape.
getStartCoordinates()
Get cell coordinates of upper-left corner of shape.
getSpgr()
Get whether this is a group shape.
getStartOffsetX()
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width...
setStartOffsetY($startOffsetY=0)
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
getStartOffsetY()
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
getSpId()
Get the shape index.
getNestingLevel()
Get the nesting level of this spContainer.
getOPT($property)
Get an option for the Shape Group Container.
setOPT($property, $value)
Set an option for the Shape Group Container.
setEndCoordinates($value='A1')
Set cell coordinates of bottom-right corner of shape.
getSpType()
Get the shape type.
getOPTCollection()
Get the collection of options.