I use TemplateProcessor class
```
$templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('PhpWord/doc/temp/test.docx');
$templateProcessor->setValue('test','თბილსერვის' );
. . .
```
and ${test} field in the output file looks run down like it is in the image
```
$templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('PhpWord/doc/temp/test.docx');
$templateProcessor->setValue('test','თბილსერვის' );
. . .
```
and ${test} field in the output file looks run down like it is in the image