PHP Class PhpOffice\PhpPresentation\Writer\AbstractWriter

Afficher le fichier Open project: phpoffice/phppowerpoint

Protected Properties

Свойство Type Description
$oDrawingHashTable PhpOffice\PhpPresentation\HashTable Private unique hash table
$oPresentation PhpOffice\PhpPresentation\PhpPresentation Private PhpPresentation
$oZipAdapter PhpOffice\Common\Adapter\Zip\ZipInterface

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
allDrawings ( ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing[] Get an array of all drawings

Private Methods

Méthode Description
iterateCollection ( ArrayIterator $oIterator )

Method Details

allDrawings() protected méthode

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

getDrawingHashTable() public méthode

Get drawing hash table
public getDrawingHashTable ( ) : HashTable
Résultat PhpOffice\PhpPresentation\HashTable

getPhpPresentation() public méthode

Get PhpPresentation object
public getPhpPresentation ( ) : PhpPresentation
Résultat PhpOffice\PhpPresentation\PhpPresentation

getZipAdapter() public méthode

public getZipAdapter ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
Résultat PhpOffice\Common\Adapter\Zip\ZipInterface

setPhpPresentation() public méthode

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
Résultat ODPresentation

setZipAdapter() public méthode

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

Property Details

$oDrawingHashTable protected_oe property

Private unique hash table
protected HashTable,PhpOffice\PhpPresentation $oDrawingHashTable
Résultat PhpOffice\PhpPresentation\HashTable

$oPresentation protected_oe property

Private PhpPresentation
protected PhpPresentation,PhpOffice\PhpPresentation $oPresentation
Résultat PhpOffice\PhpPresentation\PhpPresentation

$oZipAdapter protected_oe property

protected ZipInterface,PhpOffice\Common\Adapter\Zip $oZipAdapter
Résultat PhpOffice\Common\Adapter\Zip\ZipInterface