On Tue, 18 Dec 2012, Ty Hayden wrote:
Does anybody know how to create a XSLFSlide shape that is a AVI Movie type? The older HSLF API allows you to do it, but I haven't found where the you can insert a movie in the newer usermodel. Could Hyperlinks work as a replacement?

As a general rule for the xml file formats, if you can't work out how to do it create two simple files in office. One without the thing you want, one with it. Unzip the two files (.pptx/.docx/.xlsx are all zips of xml) and diff to see what xml gets created to add in teh feature you want. Use the low level xmlbeans (CT...) to create that xml. Then submit a patch that wraps that in high level friendly code :)

Nick

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

Reply via email to