Re: [iText-questions] (no subject)

2011-02-28 Thread Cyrielle Lablanche
..Successful solution to all problems. http://kumlai.free.fr/links.php?cyahooID=05x7 -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the f

Re: [iText-questions] Alignment in PdfPTable

2008-06-09 Thread Cyrielle Lablanche
Ok, so I read some things about "text-mode" and "composite-mode" in the book, and i understand that setHorizontalAlignment work only in text-mode... is that true ? 2008/6/6 1T3XT info <[EMAIL PROTECTED]>: > Cyrielle Lablanche wrote: > > (First excuse my englis

Re: [iText-questions] Alignment in PdfPTable

2008-06-09 Thread Cyrielle Lablanche
Ok, so I read some things about "text-mode" and "composite-mode" in the book, and i understand that setHoizontalAlignment work only in text-mode... is that true ? 2008/6/6 1T3XT info <[EMAIL PROTECTED]>: > Cyrielle Lablanche wrote: > > (First excuse my english,

[iText-questions] Alignment in PdfPTable

2008-06-06 Thread Cyrielle Lablanche
(First excuse my english, i'm french) I try to add a PdfPTable to my document using writeSelectedRows(). But, I noticed that whatever I put on "setHorizontalAlignment()", all Elements are Left-Aligned. There's no problem using document.add(), but I can't use it in my "onStartPage()" function.. Is