It appears that jumping to a arbitrary slide is  not supported. The
PPT format allows that but the usermodel classes do not.

I think the missing code is in SimpleShape.setHyperlink(Hyperlink
link), this method converts high-level code to low-level ppt
structures. The low-level code defines a constant:
InteractiveInfoAtom.LINK_SlideNumber, it should be added to the switch
in  SimpleShape.setHyperlink and set the appropriate data.

Patches are welcome.

Yegor

On Fri, Jan 6, 2012 at 2:24 PM, mebel <[email protected]> wrote:
> Hello together,
>
> is there a workaround to solve this issue:
>
> I have a TextBox shape within my Slide of an SlideShow.
> There i have ony the possibility to add links to
> NEXTSLIDE,PREVIOUSSLIDE,PreviousSlide,FIRSTSLIDE,LASTSLIDE or an external
> URL.
> But i miss the way to create a hyperlink to a other slide.
>
> Any suggestions ?
>
> best regards
> Matthias Ebel
>
> -----
> (Yesterday i have post this message in the wrong forum. So it could be a
> copy for some users. sry...)
>
>
> --
> View this message in context: 
> http://apache-poi.1045710.n5.nabble.com/Hyperlink-in-Slide-to-another-Slide-ppt-tp5125146p5125146.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]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to