Powerpoint 中的自定义XML

发布于 2024-08-09 06:23:31 字数 181 浏览 3 评论 0原文

我想创建一个 PowerPoint 模板。我希望模板能够引用基于外部源的 NAME 等项目。我知道使用 WordprocessingML 我可以引用 XML 文件并提供 x 路径,但我也听说 PowerPoint 不支持这一点。

那么我该如何使用PresentationML 来做到这一点呢?如果要绑定多个对象,是否可以使用中继器?

I want to create a PowerPoint template. I want the template to have references to items like NAME and the like based on an external source. I know with WordprocessingML I can just make a reference to an XML file and supply an x-path, but I also hear this is not supported in PowerPoint.

So how do I do this with PresentationML? Are repeaters possible if there are multiple objects to bind?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

宫墨修音 2024-08-16 06:23:31

这与 PowerPoint 没有像 Word 那样的内容控件不同。也就是说,您可以使用 CustomXML 绑定 PowerPoint 中的几乎任何对象(请参阅对象模型中的“CustomerData”),并通过代码创建您自己的转发器。

It's not the same as PowerPoint doesn't have Content Controls like Word. That said, you can bind almost any object in PowerPoint with CustomXML (see "CustomerData" in the object model) and make your own repeaters through code.

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