Hi,
I try this code ...but i got nothing ::confused:
//********//
Hyperlink link=new Hyperlink();
link.setTitle("hello");
link.setAddress("http://google.com");
link.setType(Hyperlink.LINK_URL);
int linkIdx = slideShow.addHyperlink(link);
TextBox tb=new TextBox();
tb.setHyperlink(link);
//tb.setHyperlink(linkIdx,0,16);
// tb.setHyperlink(linkIdx, 0, 16);
tb.setAnchor(new java.awt.Rectangle(50, 50, 500, 300)); // position
slide.addShape(tb);
isfelly wrote:
>
> Hi, all
> Can i create a Hyperlink with poi 3.5 beta5 (PPT)??
> Or is not supported yet?
>
> Best regards
> isfelly
>
--
View this message in context:
http://www.nabble.com/HSLF-hyperlink-tp23809079p23809695.html
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]