PhpOffice\PhpPresentation\Writer\AbstractWriter::setPhpPresentation PHP 메소드

setPhpPresentation() 공개 메소드

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
리턴 ODPresentation
    public function setPhpPresentation(PhpPresentation $pPhpPresentation = null)
    {
        $this->oPresentation = $pPhpPresentation;
        return $this;
    }