早速、ご連絡ありがとうございます。
試してみましたら
添付画像のJavaScriptエラーが出るんですが、なぜでしょうか?
> これでどうですか?
>
> app.findTextPreferences = NothingEnum.nothing;
> app.changeTextPreferences = NothingEnum.nothing;
>
> var keyword = "("; // 置換元の文字
> var repWord = "("; // 置換後の文字
>
> //段落スタイルを検索する場合
> app.findTextPreferences.appliedParagraphStyle = "段落スタイル名";
> //文字スタイルを検索する場合
> app.findTextPreferences.appliedCharacterStyle = "文字スタイル名";
>
> app.findTextPreferences.findWhat = keyword;
> app.changeTextPreferences.changeTo = repWord;
> app.activeDocument.changeText ();
[14580] たいし (2012/09/04 Tue 15:49)