Eric Summkeller wrote: >> Yes, only ColumnText and PdfPCell (using a ColumnText object internally) >> support R2L (Hebrew and Arabic). > > Thanks! Sorry but I have a second question. For PdfPCell everything is OK. My > problem for ColumnText is, that I don't know the coordinates in the page. Each > ColumnText object should be added like a Paragraph. A PdfPCell is > automatically > added at the correct position. Is there a same possibility to add a ColumnText > without using the setSimpleColumn(...) method? At the moment I put the > Paragraph > into a PdfPCell without borders. Then each Paragraph is added successively at > the correct position.
A PdfPCell uses a ColumnText object to draw its content to the page, so YES, it's possible to achieve what you want with ColumnText. The question is: why would you do that if it works using PdfPCell? You'll need more lines of code (and you'll risk making more errors). ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
