有没有办法开发自定义 SmartArt?

发布于 2024-09-18 11:40:39 字数 184 浏览 7 评论 0原文

有没有办法为 PowerPoint 开发自定义 SmartArt。我并不是在寻找一种开发“假”智能艺术的方法,比如添加一堆形状,然后将它们分组并在演示之间复制/粘贴。我想创建一些新的 SmartArt,它们基于我公司使用的这种假 SmartArt,但要让它“智能”,就像按 Enter 键添加另一个具有正确颜色和文本格式的形状。以前有人这样做过吗?谢谢!

Is there a way to develop custom SmartArt for PowerPoint. I'm not looking for a way to develop "fake" smart art, like add a bunch of shapes and then group them and copy/paste between presenations. I'd like to create a number of new SmartArts that are based on this kind of fake SmartArt that my company uses, but have it "smart", like hitting Enter adds another shape with the right colors and text formatting. Has anyone done this before? Thx!

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

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

发布评论

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

评论(1

时光匆匆的小流年 2024-09-25 11:40:39

这是可以做到的,但并不是特别容易。大约两年前,我尝试这样做,取得了一些小小的成功,然后放弃了,主要是因为缺乏某种 WSIWYG 工具或对象模型。都是手动输入 XML(函数式编程 XML 也不少!)

但是我当时使用的资源是:

  1. 创建 SmartArt 图形 - Office 2007
  2. SmartArt 开发人员参考
  3. 使用 Office Open XML for Office 2007 和 Office 2010 创建自定义 SmartArt 布局

在我放弃它之后,我偶然发现了一个名为 Loki 图表,其中他/她拥有大量自定义 SmartArt。看到有人成功做到这一点真是太酷了。

It can be done, but isn't particularly easy. I tried doing this about 2 years ago, had some minor success, and then gave up primarily because of the lack of some kind of WSIWYG tool or object model. It's all hand-entry of XML (functional programming XML no less!)

But the resources I used at the time were:

  1. Create a SmartArt graphic - Office 2007
  2. SmartArt Developer Reference
  3. Creating Custom SmartArt Layouts with Office Open XML for Office 2007 and Office 2010

After I had given up on it, I stumbled upon a website called Loki's Diagrams where he/she had an abundance of custom SmartArt. It was really cool to see someone had succeeded with this.

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