paragraphStyle = $this->setNewStyle(new Paragraph(), $paragraphStyle); } /** * Get Paragraph style * * @return string|\PhpOffice\PhpWord\Style\Paragraph */ public function getParagraphStyle() { return $this->paragraphStyle; } }