Property | Type | Description | |
---|---|---|---|
$container | PhpOffice\PhpPresentation\ShapeContainerInterface | Container | |
$height | integer | Height | |
$hyperlink | PhpOffice\PhpPresentation\Shape\Hyperlink | Hyperlink | |
$offsetX | integer | Offset X | |
$offsetY | integer | Offset Y | |
$placeholder | PlaceHolder | ||
$rotation | integer | Rotation | |
$shadow | PhpOffice\PhpPresentation\Style\Shadow | Shadow | |
$width | integer | Width |
Method | Description | |
---|---|---|
__clone ( ) | Magic Method : clone | |
__construct ( ) | Create a new self | |
getBorder ( ) : PhpOffice\PhpPresentation\Style\Border | Get Border | |
getContainer ( ) : PhpOffice\PhpPresentation\Container | Get Container, Slide or Group | |
getFill ( ) : PhpOffice\PhpPresentation\Style\Fill | Get Fill | |
getHashCode ( ) : string | Get hash code | |
getHashIndex ( ) : string | Get hash index | |
getHeight ( ) : integer | Get Height | |
getHyperlink ( ) : PhpOffice\PhpPresentation\Shape\Hyperlink | Get Hyperlink | |
getOffsetX ( ) : integer | Get OffsetX | |
getOffsetY ( ) : integer | Get OffsetY | |
getPlaceholder ( ) | ||
getRotation ( ) : integer | Get Rotation | |
getShadow ( ) : PhpOffice\PhpPresentation\Style\Shadow | Get Shadow | |
getWidth ( ) : integer | Get Width | |
hasHyperlink ( ) : boolean | Has Hyperlink? | |
isPlaceholder ( ) | ||
setContainer ( PhpOffice\PhpPresentation\ShapeContainerInterface $pValue = null, boolean $pOverrideOld = false ) : self | Set Container, Slide or Group | |
setFill ( PhpOffice\PhpPresentation\Style\Fill $pValue = null ) : |
Set Fill | |
setHashIndex ( string $value ) | Set hash index | |
setHeight ( integer $pValue ) : self | Set Height | |
setHyperlink ( PhpOffice\PhpPresentation\Shape\Hyperlink $pHyperlink = null ) : self | Set Hyperlink | |
setOffsetX ( integer $pValue ) : self | Set OffsetX | |
setOffsetY ( integer $pValue ) : self | Set OffsetY | |
setPlaceHolder ( |
||
setRotation ( integer $pValue ) : self | Set Rotation | |
setShadow ( PhpOffice\PhpPresentation\Style\Shadow $pValue = null ) : self | Set Shadow | |
setWidth ( integer $pValue ) : self | Set Width | |
setWidthAndHeight ( integer $width, integer $height ) : self | Set width and height with proportional resize |
public getBorder ( ) : PhpOffice\PhpPresentation\Style\Border | ||
return | PhpOffice\PhpPresentation\Style\Border |
public getContainer ( ) : PhpOffice\PhpPresentation\Container | ||
return | PhpOffice\PhpPresentation\Container |
public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill | ||
return | PhpOffice\PhpPresentation\Style\Fill |
public getHashIndex ( ) : string | ||
return | string | Hash index |
public getHyperlink ( ) : PhpOffice\PhpPresentation\Shape\Hyperlink | ||
return | PhpOffice\PhpPresentation\Shape\Hyperlink |
public getShadow ( ) : PhpOffice\PhpPresentation\Style\Shadow | ||
return | PhpOffice\PhpPresentation\Style\Shadow |
public setContainer ( PhpOffice\PhpPresentation\ShapeContainerInterface $pValue = null, boolean $pOverrideOld = false ) : self | ||
$pValue | PhpOffice\PhpPresentation\ShapeContainerInterface | |
$pOverrideOld | boolean | If a Slide has already been assigned, overwrite it and remove image from old Slide? |
return | self |
public setFill ( PhpOffice\PhpPresentation\Style\Fill $pValue = null ) : |
||
$pValue | PhpOffice\PhpPresentation\Style\Fill | |
return |
public setHashIndex ( string $value ) | ||
$value | string | Hash index |
public setHyperlink ( PhpOffice\PhpPresentation\Shape\Hyperlink $pHyperlink = null ) : self | ||
$pHyperlink | PhpOffice\PhpPresentation\Shape\Hyperlink | |
return | self |
public setOffsetX ( integer $pValue ) : self | ||
$pValue | integer | |
return | self |
public setOffsetY ( integer $pValue ) : self | ||
$pValue | integer | |
return | self |
public setPlaceHolder ( |
||
$placeholder |
public setRotation ( integer $pValue ) : self | ||
$pValue | integer | |
return | self |
public setShadow ( PhpOffice\PhpPresentation\Style\Shadow $pValue = null ) : self | ||
$pValue | PhpOffice\PhpPresentation\Style\Shadow | |
return | self |
public setWidthAndHeight ( integer $width, integer $height ) : self | ||
$width | integer | |
$height | integer | |
return | self |
protected ShapeContainerInterface,PhpOffice\PhpPresentation $container | ||
return | PhpOffice\PhpPresentation\ShapeContainerInterface |
protected Hyperlink,PhpOffice\PhpPresentation\Shape $hyperlink | ||
return | PhpOffice\PhpPresentation\Shape\Hyperlink |
protected Placeholder,PhpOffice\PhpPresentation\Shape $placeholder | ||
return |
protected Shadow,PhpOffice\PhpPresentation\Style $shadow | ||
return | PhpOffice\PhpPresentation\Style\Shadow |