RE: [iText-questions] Extending iText classes

2003-05-31 Thread Andrew . Luxner
.pt> [EMAIL PROTECTED] cc: 05/30/2003 12:30 Subject: RE: [iText-que

RE: [iText-questions] Extending iText classes

2003-05-31 Thread Paulo Soares
A stack trace would be helpfull or even better a small working example. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 17:00 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Extendin

Re: [iText-questions] Extending iText classes

2003-05-31 Thread Matt Benson
I'm not sure what is wrong, but it is possible and encouraged that you should extend the iText elements when necessary. -Matt --- [EMAIL PROTECTED] wrote: > > > > > Hello, > > I'm in the situation with a project where I'd like > to extend some of the > iText classes (such as Chunk, Paragraph

[iText-questions] Extending iText classes

2003-05-31 Thread Andrew . Luxner
Hello, I'm in the situation with a project where I'd like to extend some of the iText classes (such as Chunk, Paragraph, and Chapter) in order to add some simple properties which I will use for sorting. After the sorting I will add my objects to a Document. I've just extended the Chunk class