Re: [iText-questions] Help on Persian Text - 3

2009-06-16 Thread 1T3XT info
Ebrahim Pasbani wrote: > Hi chief. > I read your answer and I must tell, I can not use PdfPCell. > Please tell me, what is the right table? PdfPTable or Table? PdfPTable. See http://1t3xt.be/?X000228 cell.setRunDirection(PdfWriter.RUN_DIRECTION_RTL); -- This answer is provided by 1T3XT BVBA http:

Re: [iText-questions] Help on Persian Text - 3

2009-06-16 Thread Alexis Pigeon
Hi Ebrahim, 2009/6/16 Ebrahim Pasbani > Hi chief. > I read your answer and I must tell, I can not use PdfPCell. > Please tell me, what is the right table? PdfPTable or Table? > Table is deprecated, you should use PdfPTable. Cheers, alexis ---

[iText-questions] Help on Persian Text - 2

2009-06-16 Thread Ebrahim Pasbani
Hi. I use below style : Note that when i write this email, I don't have IDE, and I write this code via my memory. And I try to remember the right syntax. MultiColumnText mct = new MultiColumnText(); mct.setArabicOptions(Ar_ComposedTashkeel); mct.setRunDirection(RUN_RTL); mct.add(new Chunk(unicodeS

[iText-questions] Help on Persian Text - 3

2009-06-16 Thread Ebrahim Pasbani
Hi chief. I read your answer and I must tell, I can not use PdfPCell. Please tell me, what is the right table? PdfPTable or Table? Thanks Ebrahim Pasbani -- Crystal Reports - New Free Runtime and 30 Day Trial Check out th

Re: [iText-questions] Help on Persian Text

2009-06-16 Thread 1T3XT info
Ebrahim Pasbani wrote: > Hi. > I use MultiTextColumn and can write persian in pdf. > But I want write a table in Persian in pdf. And now I can not do that. > Please Help me to write a table in Persian in pdf file. MultiColumnText is a special type of ColumnText, just as PdfPCell is a special type

[iText-questions] Help on Persian Text

2009-06-16 Thread Ebrahim Pasbani
Hi. I use MultiTextColumn and can write persian in pdf. But I want write a table in Persian in pdf. And now I can not do that. Please Help me to write a table in Persian in pdf file. Thanks Ebrahim Pasbani -- Crystal Repo