これでどうですか?
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 ();
[14579] Subi (2012/09/04 Tue 14:50)