I want to be able to set a hyperlink that links to a slide in a slideshow. For example, a text box on slide 1 with a hyperlink that when clicked, the slide show goes to slide 7.
I see a reference to public static final byte LINK_SlideNumber = 0x07; in InteractiveInfoAtom but cannot find any references that use this. I see that hyperlink addresses are set to 1,-1,PREV to go to back to the previous slide. Is there a similar mechanism for me to set the hyperlink type to be Link_SlideNumber and the address to be something to jump to a slide by number? If so, how do I go about doing that? Thanks! -- View this message in context: http://www.nabble.com/Linking-to-a-slide-by-number-tp24590645p24590645.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]
