Search found 1 match

by mazluta
Wed Apr 17, 2019 8:02 am
Forum: AXWWriter and DOCXReadWrite
Topic: Preview DOCX in RIGHT-TO_LEFT MODAL
Replies: 0
Views: 5947

Preview DOCX in RIGHT-TO_LEFT MODAL

hi i use this line to view the DOCX file. if OpenDialog1.Execute then begin DOCX.LoadFromFile(OpenDialog1.FileName); AXWPreviewVcl1.Document := DOCX.Editor; AXWPreviewVcl1.BiDiMode := bdRightToLeft; AXWPreviewVcl1.Repaint; end; i want the file to view in RTL mode. The BidiMode not helping :) i didnt...