PhpOffice\PhpPresentation\Writer\ODPresentation\Styles::render PHP Method

render() public method

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