哪里可以找到OLE Automation的文档 [英] Where to find OLE Automation's documentation

查看:104
本文介绍了哪里可以找到OLE Automation的文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上这是一个非常基本的问题,但是我找不到Microsoft OLE Automation接口的任何正式文档.

Indeed this is a very basic question but I unable to find any official documentation of the Microsoft OLE Automation interface.

我想通过VBScript或Perl与Word和Excel交互.我在Google上找到了很多示例,但是获取完整的API文档会容易得多,而且即使使用以下关键字,我似乎也找不到在Google上的任何东西:Microsoft,API,OLE,文档,手册,方法列表,库.

I would like to interract with Word and Excel through VBScript or Perl. I found plenty of examples on google but it would be much easier to get the full API documentation and it seems I cannot find anything on google even with these keywords: Microsoft, API, OLE, documentation, man, list of methods, library...

我从这一点开始:

 my $excel= Win32::OLE->new('Excel.Application')

现在我在哪里可以找到该对象的所有可用方法?那里有任何官方文件吗?

Now where can I find all the available methods for this object ? Is there any official documentation somewhere ?

推荐答案

在Word/Excel等中,按 Alt + F11 ,然后按 F2 .它是自我记录.搜索 Word对象模型 VBA Office Developer (在MSDN上有完整的网站部分).提示尝试 www.msdn.com/office

In Word/Excel etc Press Alt + F11 then F2. It's self documenting. Search on Word Object Model and VBA and Office Developer (there a whole web site section on MSDN). Hint try www.msdn.com/office

对于您的问题,与您的问题无关.这是

To your question, which is irrelevent to your problem. It is the the

The Component Object Model Specification

Draft Version 0.9, October 24, 1995

Microsoft Corporation and Digital Equipment Corporation

Copyright © 1992-95 Microsoft Corporation.

这是基本标准.此后经过修改,它位于Windows Platform SDK的COM主题中.

That is the base standard. As modified since then it is in the COM topic in the Windows Platform SDK.

这篇关于哪里可以找到OLE Automation的文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆