使用 Interop.Word 在 Word 文档中对自选图形进行分组
我尝试使用 C# 语言中的 Interop.Word 12.0 在 Word 中绘制自选图形。我在文档中有一些自选图形对象。如何使用 Interop.Word 12.0 对自选图形进行分组?
有一种使用 VBA 对 AutoShape 对象进行分组的方法,但有一种方法现在不存在(document.Shapes.get_Range(...))。
I've tried to draw AutoShape in Word using Interop.Word 12.0 in C# language. I've some AutoShape object in the document. How to group that AutoShapes using that Interop.Word 12.0?
There is a way grouping AutoShape object using VBA but there is one method that doesn't exist now (document.Shapes.get_Range(...)).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读上面的宏
Read above macro