getStyle(); if (!$style instanceof \PhpOffice\PhpWord\Style\Alignment) { return; } $value = $style->getValue(); if ($value !== null) { $xmlWriter = $this->getXmlWriter(); $xmlWriter->startElement('w:jc'); $xmlWriter->writeAttribute('w:val', $value); $xmlWriter->endElement(); // w:jc } } }