我想读取word文件以在文本中查找特定内容,看过论坛的其他相关文章,发现版主的一篇文章,
关于word文档的读取.[wolf]
这是一种方法..
声明变量:
Variant MSWord;
PropertySet VisTrue("Visible");
Procedure QuitFalse("Quit");
PropertyGet GetDocs("Documents");
PropertyGet GetSel("Selection");
Function DocAdd("Add");
Procedure AddText("TypeText");
不过我刚刚接触,不太明白Procedure, PropertyGet是什么意思,不是qt库中的类吧?