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