PHP 클래스 PhpOffice\PhpPresentation\Writer\AbstractWriter

파일 보기 프로젝트 열기: phpoffice/phppowerpoint

보호된 프로퍼티들

프로퍼티 타입 설명
$oDrawingHashTable PhpOffice\PhpPresentation\HashTable Private unique hash table
$oPresentation PhpOffice\PhpPresentation\PhpPresentation Private PhpPresentation
$oZipAdapter PhpOffice\Common\Adapter\Zip\ZipInterface

공개 메소드들

메소드 설명
getDrawingHashTable ( ) : HashTable Get drawing hash table
getPhpPresentation ( ) : PhpPresentation Get PhpPresentation object
getZipAdapter ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation Get PhpPresentation object
setZipAdapter ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZipAdapter )

보호된 메소드들

메소드 설명
allDrawings ( ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing[] Get an array of all drawings

비공개 메소드들

메소드 설명
iterateCollection ( ArrayIterator $oIterator )

메소드 상세

allDrawings() 보호된 메소드

Get an array of all drawings
protected allDrawings ( ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing[]
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing[] All drawings in PhpPresentation

getDrawingHashTable() 공개 메소드

Get drawing hash table
public getDrawingHashTable ( ) : HashTable
리턴 PhpOffice\PhpPresentation\HashTable

getPhpPresentation() 공개 메소드

Get PhpPresentation object
public getPhpPresentation ( ) : PhpPresentation
리턴 PhpOffice\PhpPresentation\PhpPresentation

getZipAdapter() 공개 메소드

public getZipAdapter ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
리턴 PhpOffice\Common\Adapter\Zip\ZipInterface

setPhpPresentation() 공개 메소드

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
리턴 ODPresentation

setZipAdapter() 공개 메소드

public setZipAdapter ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZipAdapter )
$oZipAdapter PhpOffice\Common\Adapter\Zip\ZipInterface

프로퍼티 상세

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

Private unique hash table
protected HashTable,PhpOffice\PhpPresentation $oDrawingHashTable
리턴 PhpOffice\PhpPresentation\HashTable

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

Private PhpPresentation
protected PhpPresentation,PhpOffice\PhpPresentation $oPresentation
리턴 PhpOffice\PhpPresentation\PhpPresentation

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

protected ZipInterface,PhpOffice\Common\Adapter\Zip $oZipAdapter
리턴 PhpOffice\Common\Adapter\Zip\ZipInterface