right_to_left value is wrong
Closed this issue · 2 comments
flaminestone commented
SetTextDirection.docx
docx.elements[1].properties.right_to_left
is true, but text in table (elements[1]) is write to up/
flaminestone commented
SetJc.docx
In this example, all cells has align :center, but docx.elements[1].properties.right_to_left
is true.
#issues_228 #gungsta
ShockwaveNN commented
Remove parsing right_to_left
since it was totally wrong.
Need examples of files with this option set (if exists)