Re: [iText-questions] PdfPTableEvent on a single row

2010-08-26 Thread Paulo Soares
PdfPTableEvent on a single rowYou can do it in a table event or in the cell itself with PdfPCell.setBackgroundColor(). Paulo - Original Message - From: Jason Berk To: Post all your questions about iText here ; itext-questions@lists.sourceforge.net Sent: Thursday, August 26, 20

Re: [iText-questions] PdfPTableEvent and Templates

2003-08-02 Thread Paulo Soares
That can happen if the template covers the text although I don't understand why regular Table would be affected. Please post a complete small runnable code exhibiting the problem. Best Regards, Paulo Soares - Original Message - From: "Carmona Perez, David" <[EMAIL PROTECTED]> To: "Itext-Q

Re: [iText-questions] PdfPTableEvent

2003-03-12 Thread Ricky M. Codizar
Yes Paulo got it! My mistake i overlooked :( Thank you always. Paulo Soares さんは書きました: >It looks like you compiled the modules but forgot to put MyTableEvent.class >in the classpath. > >Best Regards, >Paulo Soares Ricky M. Codizar [EMAIL PRO

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
ares > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPTableEvent > > Hi Paulo! > > This is the stack trace: > > java.lang.NoClassDefFoundError: MyTableEvent > at BasicProjectFrameWeb.doGet(Basic

Re: [iText-questions] PdfPTableEvent

2003-03-12 Thread Ricky M. Codizar
ace? > >Best Regards, >Paulo Soares > >> -Original Message- >> From:Ricky M. Codizar [SMTP:[EMAIL PROTECTED] >> Sent:Wednesday, March 12, 2003 7:49 >> To: [EMAIL PROTECTED] >> Subject: Re: [iText-questions

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
What's the complete stack trace? Best Regards, Paulo Soares > -Original Message- > From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 7:49 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPTableEvent > > Hi! &

Re: [iText-questions] PdfPTableEvent

2003-03-11 Thread Ricky M. Codizar
Hi! I'm launching my iText document on the servlet (tomcat). The document contains a PdfPTable and inside the document, I'm using a PdfPTableEvent class. There is an error on the PdfPTableEvent class such as this (no class definition) on Tomcat. I tried to remove temporarily the PdfPTableEvent

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Thanks a lot Bruno..the problem were solved. Please accept my apology and I'm just new to Java and iText...till next time... Bruno さんは書きました: >Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > >> Here is the error. I'm working on a Japanese environment and the er

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Here is the error. I'm working on a Japanese environment and the error > message may not have the exact words as generated > by iText. I just translated it to English. > > BasicProjectFrame3.java:121: exception com.lowagie.text.DocumentException

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
day, January 23, 2003 9:01 >> To: [EMAIL PROTECTED] >> Subject: Re: [iText-questions] PdfPTableEvent >> >> Hi, >> >> I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I >> sucessfully added diagonal lines b

RE: [iText-questions] PdfPTableEvent

2003-01-23 Thread Paulo Soares
9:01 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPTableEvent > > Hi, > > I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I > sucessfully added diagonal lines but I'm > having a problem inserting a text on a colu

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Hi, I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I sucessfully added diagonal lines but I'm having a problem inserting a text on a column. Is it possible to add text inside the PdfPTableEvent (I'm using a different class for the PdfTableEvent)? Because when I'm decl

RE: [iText-questions] PdfPTableEvent

2002-06-07 Thread Paulo Soares
PdfPCells are immutable but nothing prevents you from sub-classing PdfPTable and keep an internal store of the content of cells. Best Regards, Paulo Soares > -Original Message- > From: Wojciech Wisniowski [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 23:33 > To: [EMAIL PROTE