PHP Class PhpOffice\PhpPresentation\Shape\Drawing\Gd

Inheritance: extends AbstractDrawingAdapter
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Свойство Type Description
$imageResource resource Image resource
$mimeType string Mime type
$renderingFunction string Rendering function
$uniqueName string Unique name

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

Gd constructor
public __construct ( )

getContents() public méthode

public getContents ( ) : string
Résultat string

getExtension() public méthode

public getExtension ( ) : string
Résultat string

getImageResource() public méthode

Get image resource
public getImageResource ( ) : resource
Résultat resource

getIndexedFilename() public méthode

public getIndexedFilename ( ) : string
Résultat string

getMimeType() public méthode

Get mime type
public getMimeType ( ) : string
Résultat string

getRenderingFunction() public méthode

Get rendering function
public getRenderingFunction ( ) : string
Résultat string

setImageResource() public méthode

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

setMimeType() public méthode

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

setRenderingFunction() public méthode

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

Property Details

$imageResource protected_oe property

Image resource
protected resource $imageResource
Résultat resource

$mimeType protected_oe property

Mime type
protected string $mimeType
Résultat string

$renderingFunction protected_oe property

Rendering function
protected string $renderingFunction
Résultat string

$uniqueName protected_oe property

Unique name
protected string $uniqueName
Résultat string