.pt> [EMAIL PROTECTED]
cc:
05/30/2003 12:30 Subject: RE: [iText-que
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
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
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