style = $this->setNewStyle(new LineStyle(), $style); } /** * Get line style. * * @return ?\PhpOffice\PhpWord\Style\Line */ public function getStyle() { return $this->style; } }