HSLF: "Paragraph style ran out before character style did"

2006-02-05 Thread Daniel Noll
Hi all. :-) A few documents in our corpus are throwing an unexpected IllegalStateException when reading slides via SlideShow.getSlides(). The exception is coming from this line in the constructor for org.apache.poi.hslf.model.TextRun: if(pLenRemain < 0) { throw new IllegalStateE

Re: PowerPoint comments

2006-02-05 Thread Daniel Noll
Nick Burch wrote: Recent insight tells me that these are probably the coordinates of the comment with respect to the top left corner of the slide. :-) Well done for figuring it all out! I'd be keen to get code for this into POI. Have you written record code for it? (I'm happy to write record c

Re: PowerPoint comments

2006-02-05 Thread Nick Burch
On Tue, 31 Jan 2006, Daniel Noll wrote: > Daniel Noll wrote: > > 0a 00 00 00 ? > > 0a 00 00 00 ? > > > > The last two integers seem to be identical on all the comments I tested > > today (actually, every comment has different values, but the two values > > were equal to each other) but