PHP 클래스 PhpOffice\PhpPresentation\Slide\Background\Image

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

공개 프로퍼티들

프로퍼티 타입 설명
$relationId string

보호된 프로퍼티들

프로퍼티 타입 설명
$height integer
$path string Path
$width integer

공개 메소드들

메소드 설명
getExtension ( ) : string Get Extension
getFilename ( ) : string Get Filename
getIndexedFilename ( $numSlide ) : string Get indexed filename (using image index)
getPath ( ) : string Get Path
setPath ( string $pValue = '', boolean $pVerifyFile = true ) : PhpOffice\PhpPresentation\Shape\Drawing Set Path

메소드 상세

getExtension() 공개 메소드

Get Extension
public getExtension ( ) : string
리턴 string

getFilename() 공개 메소드

Get Filename
public getFilename ( ) : string
리턴 string

getIndexedFilename() 공개 메소드

Get indexed filename (using image index)
public getIndexedFilename ( $numSlide ) : string
리턴 string

getPath() 공개 메소드

Get Path
public getPath ( ) : string
리턴 string

setPath() 공개 메소드

Set Path
public setPath ( string $pValue = '', boolean $pVerifyFile = true ) : PhpOffice\PhpPresentation\Shape\Drawing
$pValue string File path
$pVerifyFile boolean Verify file
리턴 PhpOffice\PhpPresentation\Shape\Drawing

프로퍼티 상세

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

protected int $height
리턴 integer

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

Path
protected string $path
리턴 string

$relationId 공개적으로 프로퍼티

public string $relationId
리턴 string

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

protected int $width
리턴 integer