Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Fri Feb 11, 2011 6:18 am

When I run your demo, I find that IsBidi property of the paragraph format is the same as the alignment right. Do they have differences?

Finalsky
 
Posts: 13
Joined: Wed Dec 22, 2010 1:12 am

Sat Feb 12, 2011 1:05 am

"Thanks for your inquiry. The IsBidi property of the paragraph format aims at the culture of writing text from right to left, such as the Arabic. You may test with the code:
p.AppendText("" ذلك فقط بالاحترام تدويل الإنترنت"");
p.Format.IsBidi = true;"
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.Doc

cron