PHP 클래스 PhpOffice\PhpPresentation\Shape\Drawing\Gd

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

보호된 프로퍼티들

프로퍼티 타입 설명
$imageResource resource Image resource
$mimeType string Mime type
$renderingFunction string Rendering function
$uniqueName string Unique name

공개 메소드들

메소드 설명
__construct ( ) Gd constructor
getContents ( ) : string
getExtension ( ) : string
getImageResource ( ) : resource Get image resource
getIndexedFilename ( ) : string
getMimeType ( ) : string Get mime type
getRenderingFunction ( ) : string Get rendering function
setImageResource ( $value = null ) Set image resource
setMimeType ( string $value = self::MIMETYPE_DEFAULT ) Set mime type
setRenderingFunction ( string $value = self::RENDERING_DEFAULT ) Set rendering function

메소드 상세

__construct() 공개 메소드

Gd constructor
public __construct ( )

getContents() 공개 메소드

public getContents ( ) : string
리턴 string

getExtension() 공개 메소드

public getExtension ( ) : string
리턴 string

getImageResource() 공개 메소드

Get image resource
public getImageResource ( ) : resource
리턴 resource

getIndexedFilename() 공개 메소드

public getIndexedFilename ( ) : string
리턴 string

getMimeType() 공개 메소드

Get mime type
public getMimeType ( ) : string
리턴 string

getRenderingFunction() 공개 메소드

Get rendering function
public getRenderingFunction ( ) : string
리턴 string

setImageResource() 공개 메소드

Set image resource
public setImageResource ( $value = null )
$value resource

setMimeType() 공개 메소드

Set mime type
public setMimeType ( string $value = self::MIMETYPE_DEFAULT )
$value string

setRenderingFunction() 공개 메소드

Set rendering function
public setRenderingFunction ( string $value = self::RENDERING_DEFAULT )
$value string

프로퍼티 상세

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

Image resource
protected resource $imageResource
리턴 resource

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

Mime type
protected string $mimeType
리턴 string

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

Rendering function
protected string $renderingFunction
리턴 string

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

Unique name
protected string $uniqueName
리턴 string