style instanceof \PhpOffice\PhpWord\Style\LineNumbering)) { return; } $this->xmlWriter->startElement('w:lnNumType'); $this->xmlWriter->writeAttribute('w:start', $this->style->getStart() - 1); $this->xmlWriter->writeAttribute('w:countBy', $this->style->getIncrement()); $this->xmlWriter->writeAttribute('w:distance', $this->style->getDistance()); $this->xmlWriter->writeAttribute('w:restart', $this->style->getRestart()); $this->xmlWriter->endElement(); } }