style instanceof \PhpOffice\PhpWord\Style\Tab)) { return; } $this->xmlWriter->startElement("w:tab"); $this->xmlWriter->writeAttribute("w:val", $this->style->getStopType()); $this->xmlWriter->writeAttribute("w:leader", $this->style->getLeader()); $this->xmlWriter->writeAttribute('w:pos', $this->convertTwip($this->style->getPosition())); $this->xmlWriter->endElement(); } }