PhpOffice\PhpPresentation\Writer\ODPresentation\Styles::render PHP Méthode

render() public méthode

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