PHP Класс PhpOffice\PhpPresentation\Writer\ODPresentation

Наследование: implements PhpOffice\PhpPresentation\Writer\WriterInterface
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$chartArray PhpOffice\PhpPresentation\Shape\Chart[]

Открытые методы

Метод Описание
__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?

Описание методов

__construct() публичный Метод

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

getDiskCachingDirectory() публичный Метод

Get disk caching directory
public getDiskCachingDirectory ( ) : string
Результат string

hasDiskCaching() публичный Метод

Get use disk caching where possible?
public hasDiskCaching ( ) : boolean
Результат boolean

save() публичный Метод

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

setUseDiskCaching() публичный Метод

Set use disk caching where possible?
public setUseDiskCaching ( boolean $pValue = false, string $pDirectory = null ) : ODPresentation
$pValue boolean
$pDirectory string Disk caching directory
Результат ODPresentation

Описание свойств

$chartArray публичное свойство

public Chart[],PhpOffice\PhpPresentation\Shape $chartArray
Результат PhpOffice\PhpPresentation\Shape\Chart[]