DTP駆け込み寺

[ 返信 ]

Re^2: InDesignのJavaスクリプトで検索置換

Re^2: InDesignのJavaスクリプトで検索置換

早速、ご連絡ありがとうございます。
試してみましたら
添付画像の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)


残り4件

  1. [14578] InDesignのJavaスクリプトで検索置換について たいし 2012/09/04 14:11
    1. [14579] Re: InDesignのJavaスクリプトで検索置換 Subi 2012/09/04 14:50
      1. [14580] Re^2: InDesignのJavaスクリプトで検索置換 たいし 2012/09/04 15:49 *
        1. [14581] Re^3: InDesignのJavaスクリプトで検索置換 Subi 2012/09/04 16:25
          1. [14582] Re^4: InDesignのJavaスクリプトで検索置換 たいし 2012/09/04 17:38 *
            1. [14583] Re^5: InDesignのJavaスクリプトで検索置換 Subi 2012/09/04 17:52
              1. [14584] Re^6: InDesignのJavaスクリプトで検索置換 たいし 2012/09/04 18:02