DTP駆け込み寺

[ 返信 ]

Re: 圏点を検索

一つずつ検索するしかなさそうな気がします。

findKenten = [1248551523, 1248551540, 1248551525, 1248552549, 1248551795, 1248555875, 1248555895, 1248556899, 1248551799, 1248556916, 1131639917];
app.findTextPreferences = NothingEnum.nothing;
for (i = 0; i < findKenten.length; i++) {
app.findTextPreferences.kentenKind = findKenten[i];
findText = app.activeDocument.findText();
for (j = 0; j < findText.length; j++) {
findText[j].select();
app.activeWindow.zoomPercentage = app.activeWindow.zoomPercentage;
myContinue = confirm("続けて検索しますか?");
if (myContinue == false) exit();
}
}

やっつけで作ったスクリプトで検索はできますが、
一つずつ検索してるだけです。

[20081] dot (2019/08/20 Tue 16:52)


残り4件

  1. [20079] 圏点を検索 ちーあに 2019/08/20 11:03
    1. [20080] Re: 圏点を検索 (z-) 2019/08/20 12:24
    2. [20081] Re: 圏点を検索 dot 2019/08/20 16:52
    3. [20082] Re: 圏点を検索 ちーあに 2019/08/23 16:32
    4. [20083] Re: 圏点を検索 ちーあに 2019/08/23 16:39
      1. [20084] Re^2: 圏点を検索 (z-) 2019/08/23 19:25
        1. [20086] Re^3: 圏点を検索 ちーあに 2019/08/26 11:19