PHP 클래스 PhpOffice\PhpPresentation\Slide

상속: extends PhpOffice\PhpPresentation\Slide\AbstractSlide, implements PhpOffice\PhpPresentation\ComparableInterface, implements PhpOffice\PhpPresentation\ShapeContainerInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$animations PhpOffice\PhpPresentation\Slide\Animation[]
$isVisible boolean The slide is shown in presentation
$name string Name of the title

공개 메소드들

메소드 설명
__construct ( PhpPresentation $pParent = null ) Create a new slide
addAnimation ( $animation ) : Slide Add an animation to the slide
copy ( ) : Slide Copy slide (!= clone!)
getAnimations ( ) : Animation[] Get collection of animations
getName ( ) : string Get the name of the slide
getNote ( ) : PhpOffice\PhpPresentation\Slide\Note
getSlideLayout ( ) : SlideLayout Get slide layout
getSlideMasterId ( ) : integer Get slide master id
isVisible ( ) : boolean
setAnimations ( array $array = [] ) : Slide Set collection of animations
setIsVisible ( boolean $value = true ) : Slide
setName ( string $name = null ) Set the name of the slide
setNote ( PhpOffice\PhpPresentation\Slide\Note $note = null ) : Slide
setSlideLayout ( SlideLayout $layout ) : Slide Set slide layout
setSlideMasterId ( integer $masterId = 1 ) : Slide Set slide master id

메소드 상세

__construct() 공개 메소드

Create a new slide
public __construct ( PhpPresentation $pParent = null )
$pParent PhpPresentation

addAnimation() 공개 메소드

Add an animation to the slide
public addAnimation ( $animation ) : Slide
리턴 Slide

copy() 공개 메소드

Copy slide (!= clone!)
public copy ( ) : Slide
리턴 Slide

getAnimations() 공개 메소드

Get collection of animations
public getAnimations ( ) : Animation[]
리턴 PhpOffice\PhpPresentation\Slide\Animation[]

getName() 공개 메소드

Get the name of the slide
public getName ( ) : string
리턴 string

getNote() 공개 메소드

public getNote ( ) : PhpOffice\PhpPresentation\Slide\Note
리턴 PhpOffice\PhpPresentation\Slide\Note

getSlideLayout() 공개 메소드

Get slide layout
public getSlideLayout ( ) : SlideLayout
리턴 PhpOffice\PhpPresentation\Slide\SlideLayout

getSlideMasterId() 공개 메소드

Get slide master id
public getSlideMasterId ( ) : integer
리턴 integer

isVisible() 공개 메소드

public isVisible ( ) : boolean
리턴 boolean

setAnimations() 공개 메소드

Set collection of animations
public setAnimations ( array $array = [] ) : Slide
$array array
리턴 Slide

setIsVisible() 공개 메소드

public setIsVisible ( boolean $value = true ) : Slide
$value boolean
리턴 Slide

setName() 공개 메소드

Set the name of the slide
public setName ( string $name = null )
$name string

setNote() 공개 메소드

public setNote ( PhpOffice\PhpPresentation\Slide\Note $note = null ) : Slide
$note PhpOffice\PhpPresentation\Slide\Note
리턴 Slide

setSlideLayout() 공개 메소드

Set slide layout
public setSlideLayout ( SlideLayout $layout ) : Slide
$layout PhpOffice\PhpPresentation\Slide\SlideLayout
리턴 Slide

setSlideMasterId() 공개 메소드

Set slide master id
public setSlideMasterId ( integer $masterId = 1 ) : Slide
$masterId integer
리턴 Slide

프로퍼티 상세

$animations 보호되어 있는 프로퍼티

protected Animation[],PhpOffice\PhpPresentation\Slide $animations
리턴 PhpOffice\PhpPresentation\Slide\Animation[]

$isVisible 보호되어 있는 프로퍼티

The slide is shown in presentation
protected bool $isVisible
리턴 boolean

$name 보호되어 있는 프로퍼티

Name of the title
protected string $name
리턴 string