//-------------------初始化--------------------
【程序编程相关:Authorware UCD 开发大揭秘】var 【推荐阅读:Authorware UCD 开发大揭秘】
try 【扩展信息:Authorware UCD 开发大揭秘】
wapp,work:variant; wapp:=getactiveoleobject(word.application); except wapp:=createoleobject(word.application); end;//---------------替换字符--------------------
wapp.selection.find.text:=<%a2%>;
wapp.selection.find.replacement.text:=lb; wapp.selection.find.execute(replace:=wdreplaceall);//----------------------隐藏word菜单与工具栏----------------------
if oc.state in [osuiactive] then
begin oc.oleobjectinterface.queryinterface(ioleinplaceobject,ioo); ioo.uideactivate; ioo :=nil; end;//-----------------根据书签导数据------
... 下一页