PHP Class PhpOffice\PhpPresentation\Slide\Background\Image

Inheritance: extends PhpOffice\PhpPresentation\Slide\AbstractBackground
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Свойство Type Description
$relationId string

Protected Properties

Свойство Type Description
$height integer
$path string Path
$width integer

Méthodes publiques

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

Method Details

getExtension() public méthode

Get Extension
public getExtension ( ) : string
Résultat string

getFilename() public méthode

Get Filename
public getFilename ( ) : string
Résultat string

getIndexedFilename() public méthode

Get indexed filename (using image index)
public getIndexedFilename ( $numSlide ) : string
Résultat string

getPath() public méthode

Get Path
public getPath ( ) : string
Résultat string

setPath() public méthode

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

Property Details

$height protected_oe property

protected int $height
Résultat integer

$path protected_oe property

Path
protected string $path
Résultat string

$relationId public_oe property

public string $relationId
Résultat string

$width protected_oe property

protected int $width
Résultat integer