UpdateSmartArtDrawing

Shape.UpdateSmartArtDrawing method

使用 Aspose.Words 的 SmartArt 冷渲染引擎更新 SmartArt 预渲染绘图。

public void UpdateSmartArtDrawing()

评论

Microsoft Word 生成并保存预渲染绘图以及 SmartArt 对象。但是, 如果文档是由其他应用程序保存的,则预渲染的 SmartArt 绘图可能会丢失或不正确。 如果预渲染的绘图可用,则 Aspose.Words 使用它来渲染 SmartArt 对象。 如果预渲染的绘图缺少则 Aspose.Words 使用自己的 SmartArt 冷渲染引擎来渲染 SmartArt 对象。 如果预渲染绘图不正确,则需要调用此方法来调用 SmartArt 冷 渲染引擎。

也可以看看