PHP 클래스 PhpOffice\PhpPresentation\Writer\ODPresentation

상속: implements PhpOffice\PhpPresentation\Writer\WriterInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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[]