120 $this->spgr = $value;
140 $this->spType = $value;
160 $this->spFlag = $value;
180 $this->spId = $value;
199 public function setOPT($property, $value): void
201 $this->OPT[$property] = $value;
213 if (isset($this->OPT[$property])) {
214 return $this->OPT[$property];
237 $this->startCoordinates = $value;
297 $this->endCoordinates = $value;
367 return $nestingLevel;
An exception for terminatinating execution or to throw for unit testing.
setSpType($value)
Set the shape type.
setEndOffsetX($endOffsetX)
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width.
getSpType()
Get the shape type.
setSpId($value)
Set the shape index.
getOPTCollection()
Get the collection of options.
setParent($parent)
Set parent Shape Group Container.
setOPT($property, $value)
Set an option for the Shape Group Container.
getStartOffsetY()
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
setStartOffsetX($startOffsetX)
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width.
getParent()
Get the parent Shape Group Container.
setStartOffsetY($startOffsetY)
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
getStartOffsetX()
Get offset in x-direction of upper-left 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.
getSpFlag()
Get the shape flag.
getSpId()
Get the shape index.
getOPT($property)
Get an option for the Shape Group Container.
getEndCoordinates()
Get cell coordinates of bottom-right corner of shape.
setEndCoordinates($value)
Set cell coordinates of bottom-right corner of shape.
getEndOffsetY()
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height.
setSpgr($value)
Set whether this is a group shape.
setStartCoordinates($value)
Set cell coordinates of upper-left corner of shape.
setEndOffsetY($endOffsetY)
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height.
getSpgr()
Get whether this is a group shape.
getNestingLevel()
Get the nesting level of this spContainer.
getStartCoordinates()
Get cell coordinates of upper-left corner of shape.
setSpFlag($value)
Set the shape flag.