Language specifications on HSLF file?

2016-07-25 Thread Branden Visser
Hi all, Similar to how one can get the language code on the character runs of a HWPF file, is there something similar for an HSLF? In PowerPoint, I can go into the outline, select all text boxes and set their review language. Then, I can save it as a PPT / HSLF format. This UI is fairly similar to

Re: Language specifications on HSLF file?

2016-07-25 Thread Branden Visser
I might just add that some VB samples from Microsoft indicate that I might be able to get through by iterating the shapes of each slide [1]. However I've been unable to find what they reference as the "TextFrame" of a shape so I can dig into the range and then the language id. I'll hope I'll get t