Hi, What does this statement means ?
Slide[] slides = ppt.getSlides(); I am giving source ppt file as input which contains only one slide. On printing the slides.length its outputting two as slides. And in the slide 0 its outputting some text which is not present actually. /* Here is that text Click to Edit Master Title Style Click to Edit Master Subtitle Style * */ And in the slide 1 its outputting the actual text which is present in the slide. Why its taking as two slides even though I have given a ppt with only one slide? Can any please clarify this to me. Thanks, Kumar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
