U must create a ppt file with some hyperlink object in ! http://oit.montclair.edu/documentationpdf/powerpoint_hyperlinks.pdf
2007/10/4, Luiz Antonio Falaguasta Barbosa <[EMAIL PROTECTED]>: > > Hi Yegor, > > I got the last one POI, but Hyperlinks doesn't work yet. I have some > errors > as follow: > > - on line 49: The method getHyperlinks is undefined for the type TextRun > - on line 52 and 69: The method getTitle is undefined for the type > Hyperlink > - on line 53: The method getAddres sis undefined for the type Hyperlink > - on line 56: The method getStartIndex is undefined for the type Hyperlink > - on line 56: The method getEndIndex is undefined for the type Hyperlink > - on line 67: The method getHyperlink is undefined for the type Shape > - on line 69: The method getAddress is undefined for the type Hyperlink > > Do you if the positions of .JARs in the build path could be the cause of > these errors? > > I put them in this order: > poi-3.0.1-FINAL-20070705 > poi-contrib-3.0.1-FINAL-20070705 > poi-scratchpad-3.0.1-FINAL-20070705 > > Thanks, > > Luiz > > On 10/4/07, Yegor Kozlov <[EMAIL PROTECTED]> wrote: > > > > Try the latest poi-bin-3.0.1-FINAL-20070705. > > It should work. > > > > Yegor > > > > > Hi people, > > > > > I've been tested the examples BulletsDemo and Hyperlinks, from the SVN > > and > > > didn't get run them. > > > > > For Hyperlinks, I got the errors: > > > > > - on line 37: The constructor SlideShow(FileInputStream) is undefined > > > - on line 49: The method getHyperlinks is undefined for the type > TextRun > > > - on line 52 and 69: The method getTitle is undefined for the type > > Hyperlink > > > - on line 53: The method getAddres sis undefined for the type > Hyperlink > > > - on line 56: The method getStartIndex is undefined for the type > > Hyperlink > > > - on line 56: The method getEndIndex is undefined for the type > Hyperlink > > > - on line 67: The method getHyperlink is undefined for the type Shape > > > - on line 69: The method getAddress is undefined for the type > Hyperlink > > > > > For BulletsDemo, I got the errors: > > > > > - on line 48: The method setBullet(boolean) is undefined for the type > > > RichTextRun > > > - on line 49: The method setBulletOffset(int) is undefined for the > type > > > RichTextRun > > > - on line 50: The method setTextOffset(int) is undefined for the type > > > RichTextRun > > > - on line 51: The method setBulletChar(char) is undefined for the type > > > RichTextRun > > > > > I put the 3 .jar (offered by the zip file poi-bin-3.0-FINAL-20070503) > > into > > > the build path. > > > > > Does naybody know what should I do to fix these problems? > > > > > Thanks a lot since now for any help! > > > > > Luiz > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
