如何判断某个字符串是否是word中的书签?比如,我的word文档中有2个书签,"A"和"B"
现在我拿个"123"来,看这个word文件中有没有叫做"123"的书签。C++怎么实现?
Application,Documents,_Document,Selection
这几个类里有接口实现吗?

解决方案 »

  1.   

    接口里有
    我在之前的公司做过 现在没代码了
    你在那几个里找下book 或者 
      

  2.   

    http://topic.csdn.net/t/20060819/10/4960753.html
    http://topic.csdn.net/t/20040427/22/3015066.html
    http://topic.csdn.net/t/20030510/11/1764169.html//这里有代码
    http://blog.csdn.net/sgdgoodboy/archive/2008/02/18/2102641.aspx这里有牛文