I'm coming back to my Slidinator project 
(https://github.com/drmacro/slidinator), which generates PPTX (and possibly 
other slide formats) from XML after having last worked on it in 2014, so I'm 
catching up on the XSLF part of POI.

I'm working on putting slide notes into slides and in my test case 
XSLFSlide.getNotes() returns null.

So I'd like to add notes to the slide but I'm not finding any obvious method 
for doing it. There's no public constructor on XSLFNotes and I didn't find any 
"createNotes()" sort of method.

Is this missing from the current API? If so, I can possibly try to add the 
necessary methods if appropriate, although I'm waiting on landing a client 
project to pursue Slidinator updates more actively...

I assume that I can always jump down in the markup and construct things that 
way but I always hate to do that if I can avoid it.

Thanks,

E.
--
Eliot Kimber
http://contrext.com



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to