ONLYOFFICE-QA/ooxml_parser

right_to_left value is wrong

Closed this issue · 2 comments

SetTextDirection.docx
docx.elements[1].properties.right_to_left is true, but text in table (elements[1]) is write to up/

SetJc.docx
In this example, all cells has align :center, but docx.elements[1].properties.right_to_left is true.
#issues_228 #gungsta

Remove parsing right_to_left since it was totally wrong.
Need examples of files with this option set (if exists)