Developing Word add-ins for Macintosh

筅森魡賤 提交于 2019-12-11 01:59:44

问题


I have an add-in for Word 2007 developed using VS2008/.NET 3.5. What do I need to do in order for Mac users to use this add-in with their Word 2008? (or did MS make sure it would be impossible to do...)


回答1:


The Mac version of Word is a totally different beast internally. AFAIK, the only documented "plugin" API for Word on the Mac is its AppleScript interface. It might be useful for what you want to do but you'd probably be close to starting from scratch.




回答2:


Its not standard/possible. The .NET Framework is not available on Mac.



来源:https://stackoverflow.com/questions/1538570/developing-word-add-ins-for-macintosh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!