PHP 클래스 PhpOffice\PhpPresentation\Slide\Animation

파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$shapeCollection array

공개 메소드들

메소드 설명
addShape ( AbstractShape $shape ) : Animation
getShapeCollection ( ) : array
setShapeCollection ( array $array = [] ) : Animation

메소드 상세

addShape() 공개 메소드

public addShape ( AbstractShape $shape ) : Animation
$shape PhpOffice\PhpPresentation\AbstractShape
리턴 Animation

getShapeCollection() 공개 메소드

public getShapeCollection ( ) : array
리턴 array

setShapeCollection() 공개 메소드

public setShapeCollection ( array $array = [] ) : Animation
$array array
리턴 Animation

프로퍼티 상세

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

protected array $shapeCollection
리턴 array