elapouya/python-docx-template

Add direction to RichText

Opened this issue · 0 comments

I was trying to work with some RTL persian text and had some problems with formatting.
I solved my problem by adding <w:rtl /> to my richtexts.
Although I think this solution works with richtext objects instantiated from a string it doesn't work with objects when the add method is called multiple times.