How can i set the TableDirection of Table to Rigth-To-Left?

Hi,

i want that the whole table is written from right-to-left.
In Word it is the property:

Selection.Tables(1).TableDirection = wdTableDirectionRtl

I cannot find the similar function in Aspose.Word.
Can you please help me ?

Thanks in advance

Guido

Hi
Thanks for your request. You should use Table.Bidi property:
https://reference.aspose.com/words/net/aspose.words.tables/table/bidi/
Best regards,