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;
setEndOffsetY($endOffsetY)
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height...
setEndOffsetX($endOffsetX)
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width...
getSpFlag()
Get the shape flag.
getNestingLevel()
Get the nesting level of this spContainer.
setParent($parent)
Set parent Shape Group Container.
setSpFlag($value)
Set the shape flag.
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.
getEndCoordinates()
Get cell coordinates of bottom-right corner of shape.
getOPTCollection()
Get the collection of options.
setSpType($value)
Set the shape type.
getEndOffsetY()
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height...
getStartCoordinates()
Get cell coordinates of upper-left corner of shape.
setSpId($value)
Set the shape index.
getSpId()
Get the shape index.
getSpgr()
Get whether this is a group shape.
setStartCoordinates($value)
Set cell coordinates of upper-left corner of shape.
getEndOffsetX()
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width...
setSpgr($value)
Set whether this is a group shape.
setStartOffsetX($startOffsetX)
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width...
setOPT($property, $value)
Set an option for the Shape Group Container.
getOPT($property)
Get an option for the Shape Group Container.
getSpType()
Get the shape type.
getStartOffsetY()
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height.
setEndCoordinates($value)
Set cell coordinates of bottom-right corner of shape.
getStartOffsetX()
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width...