Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
I have find the problem from this link behind. Thanks also. http://stackoverflow.com/questions/12573962/how-to-center-align-template-element-in-pdfpcell -- View this message in context:

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
is your problem had resolved? Your problem also happened in my code. If you know how to resolve, send mail to me . thank you very much -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-PdfPCell-and-setHorizontalAlignment-tp2139851p4659810.html Sent

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread iText mailing list
On 2/28/2014 8:54 AM, willegy wrote: is your problem had resolved? That was a question dating from 2005. Please don't reopen a thread that old. In any case: I see that you've found the solution on StackOverflow. --

[iText-questions] Question about PdfPCell and setHorizontalAlignment

2006-01-09 Thread Andrew_McLaren
In the iText by example samples, you have the following snippet for setting the horizontal alignment of a cell: Paragraph p = new Paragraph(Quick brown fox jumps over the lazy dog. Quick brown fox jumps over the lazy dog.); ... cell = new