I am adding a link to an image as follows:

        Annotation annotation = new Annotation(0,0,0,0, linkURL);
        image.setAnnotation(annotation);
        document.add(image);

Currently, the url is displayed when the user hovers over the image. Is it
possible to change this to display an alternative message?

Thanks,
Alok

P.S. My apologizes if this is in the list archive, the list search feature
of sourceforge returned zero matches to "url".
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to