PHP Class PhpOffice\PhpPresentation\Writer\ODPresentation

Inheritance: implements PhpOffice\PhpPresentation\Writer\WriterInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Свойство Type Description
$chartArray PhpOffice\PhpPresentation\Shape\Chart[]

Méthodes publiques

Méthode Description
__construct ( PhpPresentation $pPhpPresentation = null ) Create a new \PhpOffice\PhpPresentation\Writer\ODPresentation
getDiskCachingDirectory ( ) : string Get disk caching directory
hasDiskCaching ( ) : boolean Get use disk caching where possible?
save ( string $pFilename ) Save PhpPresentation to file
setUseDiskCaching ( boolean $pValue = false, string $pDirectory = null ) : ODPresentation Set use disk caching where possible?

Method Details

__construct() public méthode

Create a new \PhpOffice\PhpPresentation\Writer\ODPresentation
public __construct ( PhpPresentation $pPhpPresentation = null )
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation

getDiskCachingDirectory() public méthode

Get disk caching directory
public getDiskCachingDirectory ( ) : string
Résultat string

hasDiskCaching() public méthode

Get use disk caching where possible?
public hasDiskCaching ( ) : boolean
Résultat boolean

save() public méthode

Save PhpPresentation to file
public save ( string $pFilename )
$pFilename string

setUseDiskCaching() public méthode

Set use disk caching where possible?
public setUseDiskCaching ( boolean $pValue = false, string $pDirectory = null ) : ODPresentation
$pValue boolean
$pDirectory string Disk caching directory
Résultat ODPresentation

Property Details

$chartArray public_oe property

public Chart[],PhpOffice\PhpPresentation\Shape $chartArray
Résultat PhpOffice\PhpPresentation\Shape\Chart[]