chalcedonyさん、流星光輝さん、早々のアドバイスありがとうございました。
出来ました(^^)/
このDTP駆け込み寺掲示版でまたまた助けて頂きました(~o~)
if (app.documents.length!=0){
    for (i=0; i<app.activeDocument.hyperlinks.length; i++) {
        if(app.activeDocument.hyperlinks[i].source.appliedFormat.name == 'paratext_hparen'){
            o1=app.activeDocument.hyperlinks[i].visible=false;
         }else{
             o1=app.activeDocument.hyperlinks[i].visible=true;
         };
    };
}else{
alert("文書が開かれていません");};
※流星光輝さんへ 毎回のアドバスありがとうございます。心から感謝です。<(_ _)>
[15150] りさ (2013/01/23 Wed 15:29)