使用Powerpoint插件将文本转换为smartart

时间:2015-07-16 17:57:10

标签: c# office-interop powerpoint-vba

我正在开发Powerpoint AddIn,它将选择文本然后转换为smartart。

我有textRange,我想转换为SmartArt。是否为Addins提供了支持"将文本转换为SmartArt" PowerPoint的特色。

请帮忙

谢谢, 凯拉斯

1 个答案:

答案 0 :(得分:0)

您希望使用父形状,而不是文本范围。

假设在oSh中引用形状:

 =SUM(SUMIFS(A:A, "place urbo # input here", M:M, "Dave Barber", R:R, {"Design Draft", "Design Revision"}))

其中X表示要转换为的SmartArt布局的索引。

这将让您了解哪个布局是:

Call oSh.ConvertTextToSmartArt(Application.SmartArtLayouts(x))