Property | Type | Description | |
---|---|---|---|
$animations | |||
$isVisible | boolean | The slide is shown in presentation | |
$name | string | Name of the title |
Method | Description | |
---|---|---|
__construct ( |
Create a new slide | |
addAnimation ( $animation ) : |
Add an animation to the slide | |
copy ( ) : |
Copy slide (!= clone!) | |
getAnimations ( ) : |
Get collection of animations | |
getName ( ) : string | Get the name of the slide | |
getNote ( ) : PhpOffice\PhpPresentation\Slide\Note | ||
getSlideLayout ( ) : |
Get slide layout | |
getSlideMasterId ( ) : integer | Get slide master id | |
isVisible ( ) : boolean | ||
setAnimations ( array $array = [] ) : |
Set collection of animations | |
setIsVisible ( boolean $value = true ) : |
||
setName ( string $name = null ) | Set the name of the slide | |
setNote ( PhpOffice\PhpPresentation\Slide\Note $note = null ) : |
||
setSlideLayout ( |
Set slide layout | |
setSlideMasterId ( integer $masterId = 1 ) : |
Set slide master id |
public __construct ( |
||
$pParent |
public addAnimation ( $animation ) : |
||
return |
public getAnimations ( ) : |
||
return |
public getNote ( ) : PhpOffice\PhpPresentation\Slide\Note | ||
return | PhpOffice\PhpPresentation\Slide\Note |
public getSlideLayout ( ) : |
||
return |
public getSlideMasterId ( ) : integer | ||
return | integer |
public setAnimations ( array $array = [] ) : |
||
$array | array | |
return |
public setIsVisible ( boolean $value = true ) : |
||
$value | boolean | |
return |
public setNote ( PhpOffice\PhpPresentation\Slide\Note $note = null ) : |
||
$note | PhpOffice\PhpPresentation\Slide\Note | |
return |
public setSlideLayout ( |
||
$layout | ||
return |
public setSlideMasterId ( integer $masterId = 1 ) : |
||
$masterId | integer | |
return |
protected Animation[],PhpOffice\PhpPresentation\Slide $animations | ||
return |
protected bool $isVisible | ||
return | boolean |