On Fri, 2 Sep 2011, Yegor Kozlov wrote:
I was pondering added a quick wrapper for notes and comments around the CT objects, and exposing, but I couldn't find a way to get the CTSlideIdListEntry id for a slide. Am I missing something?

It should be accessible like this:

       XMLSlideShow ppt = ...;
       CTSlideIdListEntry sid =
ppt.getCTPresentation().getSldIdLst().getSldIdArray(slideIndex);

Ta. I've added some support for the bits that we need in text extraction (notes and comments), and switched the extractor to use only XMLSlideShow. Seems to work well, and will also allow the Tika code to be cleaner

Nick

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

Reply via email to