Put a generic tag in the chunk and catch the chunk in a page event. Add the
outline from there. I think there's an example in the tutorial about using
tags.
Best Regards,
Paulo Soares
> -----Original Message-----
> From: gopaluni subramanyam [SMTP:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 16:55
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Problem in Adding book marks to table cell
> data.
>
> hello sir,
>
> I want to add book marks to data which is there in
> pdfptable. This cell data also contains an anchor.
>
> This is the code.
>
> Chunk chunk1 = new
> Chunk(sName.trim(),FontFactory.getFont(FontFactory.HELVETICA,
> 7,Font.UNDERLINE,new Color(0, 0, 255)));
>
> chunk1.setAnchor(new
> URL("http://www.lowagie.com/iText/"));
> Phrase ph1 = new Phrase(chunk1);
> table.getDefaultCell().setBorder(0);
> table.addCell(ph1);
>
> now i want to add the book mark to "sName.trim()".
> This value will come from database. More than 7000
> records are there in database.
>
> Please suugest me some alternative.
>
> regards
> subrahmanyam
>
> =====
>
> subrahmanyam.gopaluni,
> Pinnacle Info Solutions Pvt. Ltd
> 7th floor, Khivraj Complex-II
> chennai-600 035, India
> ph:+91 (44) 7198500 ext 507
> 7198506/7
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions