在哪里可以找到有关 OpenXML 的优秀文档
我正在寻找在 OpenXML 中创建 powerpoint 文件。
我希望使用以下功能
- 将页面的位绑定到 xml 文件。 例如,将绑定一个标签 到 xml 文件的名称字段。这 计划是简单地删除 xml 文件 在正确的文件夹中,压缩 模板,并将文件重命名为 适当的扩展并拥有它 工作。
- 我希望有重复 代码的各个部分。我想要 模板像数据网格一样工作。为了 例如,我想要
<项目><子项><名称>a<子项><名称>b<子项><名称> ;c
在 xml 文件中创建 ABC 源上的正确格式 文件。 - 我希望能够访问 vbscript 将条件放入模板中 所以某些物品会显示在 某些时候。我想改变 颜色也根据条件而定。
这一切可能吗?我在哪里可以找到文档,以便使用 OpenXML API 或任何合适的工具包来执行此操作?
I'm looking to create powerpoint file in OpenXML.
I'm looking to use the following features
- Bind bits of the page to an xml file.
For example, one tag would be bound
to the name field of an xml file. The
plan is to simple drop the xml file
in the right folder, zip up the
template, and rename the file the
proper extension and have it just
work. - I'm looking to have repeating
sections of the code. I want the
template to work like a datagrid. For
example, I want<item><child><name>a</name></child><child><name>b</name></child><child><name>c</name></child></item>
in the xml file to create A B C in
the correct format on the source
file. - I want to be able to access vbscript
to put conditions into the template
so ceratin items are displayed in
certain times. I want to change
colors based on conditions as well.
Is all of this possible? Where can i find documentation in order to do this using the OpenXML API or whatever toolkit is appropriate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个视频和OpenXml 基础知识。由于您可能正在寻找带有标签的主题并生成不同类型的文件,因此这里有一个更具体的< /a>.四处看看是否能找到满足您需求的东西。
Take a look at this Videos and the basics of OpenXml. Since you may be looking for topics with the tags and generating diferent types of files here's a more specific one. Check around to see if you find something meeting your needs.
这里有一个替换幻灯片中图片的示例也许这可以是一个开始
http://msdn.microsoft.com/en-us/library/bb727373。 ASPX
Here you have an example of replacing Pictures in a slide maybe that can be a start
http://msdn.microsoft.com/en-us/library/bb727373.aspx