在哪里可以找到有关 OpenXML 的优秀文档

发布于 2024-08-08 22:32:40 字数 511 浏览 11 评论 0原文

我正在寻找在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拥抱没勇气 2024-08-15 22:32:40

看看这个视频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.

洛阳烟雨空心柳 2024-08-15 22:32:40

这里有一个替换幻灯片中图片的示例也许这可以是一个开始
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文