Hi
Is there a trick to getting an external link in a
PdfPCell?
Here's the code I'm using within the PdfPTable.
Phrase phrase = new Phrase();
anchor =
new Anchor( "Click Here to Track Your
Shipment
Online", FontFactory.getFont(
FontFactory.HELVETICA,
12,
com.lowagie.text.Font.UNDERLINE,
new Color(0, 0, 255)));
anchor.setReference("http://linkname");
anchor.setName("top");
phrase.add(anchor);
cell = new Cell(phrase);
In another section, I'm adding a link to a Paragraph
that is outside the table and it works fine. Does a
link have to be in a paragraph? ((but you can't put a
paragraph in a PdfPCell, right?))
What is the right way to do this?
Thanks
Amy
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions