在哪里可以找到有关 Outlook 2007/Microsoft Word html 布局引擎的更多信息?
我想编写一个使用 Outlook 2007/Microsoft Word 2007 的 html 布局引擎呈现 html 的应用程序...
我正在尝试做一些研究,但与 IE HTML 布局引擎不同,始终是空的,例如 http://en.wikipedia.org/wiki/Trident_(layout_engine)
我只想要一个代号、dll 位置、正确方向的一个点...某事... 感谢您提前的帮助
I want to write an app that will render html using Outlook 2007/Microsoft Word 2007's html layout engine ...
I'm trying to do some research but keep coming up empty unlike with the IE HTML layout engine, for example, http://en.wikipedia.org/wiki/Trident_(layout_engine)
I just want a code name, dll location, a point in the right direction ... something ...
Thanks for your help in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找的是 MS Word OLE 组件。您基本上可以使用 OLE 将 Word 嵌入到您的应用程序中,并且 MSDN 上应该有很多 OLE 文档。
使用 VBA 的示例:http://support.microsoft.com/kb/237337
MS Office 开发人员门户:http://msdn.microsoft.com/en-us/office
I believe what you are looking for is the MS Word OLE component. You can basically embed Word in your application using OLE and there should be a lot of OLE documentation on MSDN.
Examples using VBA: http://support.microsoft.com/kb/237337
MS Office Developer Portal: http://msdn.microsoft.com/en-us/office