Sample create powerpoint with openxml

懵懂的女人 提交于 2019-12-01 06:57:55

问题


Where can I find the 'Hello World' with the insert text and image in a ppt file with OpenXML? I'm not able to generate a simple template.


回答1:


Before going to develop a template for PowerPoint, read the presentationML structure from this PDF,

Refer the follwing link for creating PPT using OPENXML. How to: Create a presentation document by providing a file name (Open XML SDK)

Refer following link for insert image into the PPT Insert image into the PPT File.

For Further Examples in OpenXML Refer: OPENXML Developerorg



来源:https://stackoverflow.com/questions/35409323/sample-create-powerpoint-with-openxml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!