Hi.
I’m trying To implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how To do this and what’s supported. This is using .net.
Specifically, I’m trying To render some Tab…... Document doc = new Document(MyDir + "in.docx"); for (Section...(Section section : doc.getSections()) { section.getPageSetup().setBidi(true);...