ShapeContainerInterface
in
PhpOffice\PhpPresentation\ShapeContainerInterface.
Table of Contents
Methods
- addShape() : static
- Add shape to slide.
- getExtentX() : int
- Get X Extent.
- getExtentY() : int
- Get Y Extent.
- getHashCode() : string
- getOffsetX() : int
- Get X Offset.
- getOffsetY() : int
- Get Y Offset.
- getShapeCollection() : array<int, AbstractShape>|ArrayObject<int, AbstractShape>
- Get collection of shapes.
- unsetShape() : static
- Unset shape from the collection.
Methods
addShape()
Add shape to slide.
public
addShape(AbstractShape $shape) : static
Parameters
- $shape : AbstractShape
Return values
staticgetExtentX()
Get X Extent.
public
getExtentX() : int
Return values
intgetExtentY()
Get Y Extent.
public
getExtentY() : int
Return values
intgetHashCode()
public
getHashCode() : string
Return values
stringgetOffsetX()
Get X Offset.
public
getOffsetX() : int
Return values
intgetOffsetY()
Get Y Offset.
public
getOffsetY() : int
Return values
intgetShapeCollection()
Get collection of shapes.
public
getShapeCollection() : array<int, AbstractShape>|ArrayObject<int, AbstractShape>
Return values
array<int, AbstractShape>|ArrayObject<int, AbstractShape>unsetShape()
Unset shape from the collection.
public
unsetShape(int $key) : static
Parameters
- $key : int