SlideShow ppt = new SlideShow(new FileInputStream("test.ppt"));
Slide slide = ppt.getSlides()[0];
PictureData pict = slide.getBackground().getFill().getPictureData();
See also
http://poi.apache.org/hslf/how-to-shapes.html#Fill
Yegor
> I'm trying to extract background images on a slide but am having no
> luck. Am I missing something?
> I see the images when I dump getPictureData() but how can I associate
> the background image to a particular slide?
> Thanks!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]