PHP 클래스 PhpOffice\PhpPresentation\Writer\PowerPoint2007

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

보호된 프로퍼티들

프로퍼티 타입 설명
$diskCachingDir string Disk caching directory
$layoutPack PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack Layout pack to use
$useDiskCaching boolean Use disk caching where possible?

공개 메소드들

메소드 설명
__construct ( PhpPresentation $pPhpPresentation = null ) Create a new PowerPoint2007 file
getDiskCachingDirectory ( ) : string Get disk caching directory
getLayoutPack ( ) : AbstractLayoutPack Get layout pack to use
hasDiskCaching ( ) : boolean Get use disk caching where possible?
save ( string $pFilename ) Save PhpPresentation to file
setLayoutPack ( AbstractLayoutPack $pValue = null ) : PowerPoint2007 Set layout pack to use
setUseDiskCaching ( boolean $pValue = false, string $pDirectory = null ) : PowerPoint2007 Set use disk caching where possible?

메소드 상세

__construct() 공개 메소드

Create a new PowerPoint2007 file
public __construct ( PhpPresentation $pPhpPresentation = null )
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation

getDiskCachingDirectory() 공개 메소드

Get disk caching directory
public getDiskCachingDirectory ( ) : string
리턴 string

getLayoutPack() 공개 메소드

Get layout pack to use
사용 중단: 0.7
public getLayoutPack ( ) : AbstractLayoutPack
리턴 PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack

hasDiskCaching() 공개 메소드

Get use disk caching where possible?
public hasDiskCaching ( ) : boolean
리턴 boolean

save() 공개 메소드

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

setLayoutPack() 공개 메소드

Set layout pack to use
사용 중단: 0.7
public setLayoutPack ( AbstractLayoutPack $pValue = null ) : PowerPoint2007
$pValue PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack
리턴 PowerPoint2007

setUseDiskCaching() 공개 메소드

Set use disk caching where possible?
public setUseDiskCaching ( boolean $pValue = false, string $pDirectory = null ) : PowerPoint2007
$pValue boolean
$pDirectory string Disk caching directory
리턴 PowerPoint2007

프로퍼티 상세

$diskCachingDir 보호되어 있는 프로퍼티

Disk caching directory
protected string $diskCachingDir
리턴 string

$layoutPack 보호되어 있는 프로퍼티

Layout pack to use
사용 중단: 0.7
protected AbstractLayoutPack,PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack $layoutPack
리턴 PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack

$useDiskCaching 보호되어 있는 프로퍼티

Use disk caching where possible?
protected bool $useDiskCaching
리턴 boolean