PhpOffice\PhpPresentation\Writer\ODPresentation\Styles::render PHP 메소드

render() 공개 메소드

public render ( ) : ZipInterface
리턴 ZipInterface
    public function render()
    {
        $this->getZip()->addFromString('styles.xml', $this->writePart());
        return $this->getZip();
    }