Open
Description
This is:
- [* ] a bug report
So I've been having an issue for a while regarding tabs in titles. Tabs do not work at all, looking deeper into the code I have seen that titles actually support TextRuns. Using a TextRun in the title causes the tab issue to go away. However, the docx file now errors on open (although the content is all there) and TOC has issues (Text missing).
How to Reproduce
<?php
$titleText = new TextRun();
$titleText->addText("Hello \t");
$titleText->addText('Some other text');
$sceneSection->addTitle($titleText, 1);
Metadata
Metadata
Assignees
Labels
No labels