프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$animations | |||
$isVisible | boolean | The slide is shown in presentation | |
$name | string | Name of the title |
메소드 | 설명 | |
---|---|---|
__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 ) : |
||
리턴 |
public getAnimations ( ) : |
||
리턴 |
public getNote ( ) : PhpOffice\PhpPresentation\Slide\Note | ||
리턴 | PhpOffice\PhpPresentation\Slide\Note |
public getSlideLayout ( ) : |
||
리턴 |
public setAnimations ( array $array = [] ) : |
||
$array | array | |
리턴 |
public setNote ( PhpOffice\PhpPresentation\Slide\Note $note = null ) : |
||
$note | PhpOffice\PhpPresentation\Slide\Note | |
리턴 |
public setSlideLayout ( |
||
$layout | ||
리턴 |
public setSlideMasterId ( integer $masterId = 1 ) : |
||
$masterId | integer | |
리턴 |
protected Animation[],PhpOffice\PhpPresentation\Slide $animations | ||
리턴 |