DTP駆け込み寺

[ 返信 ]

Re: indesignCS3 選択(略)

こんな感じ。

#target indesign
var myLayer = app.documents.item(0).layers.item("レイアウト");
selObj = app.activeDocument.selection;
for(j = 0; j < selObj.length;j++){
selObj[j].itemLayer=myLayer; //app.activeDocument.★★★ );
}

[15444] 流星光輝 (2013/04/03 Wed 15:19) web


残り3件

  1. [15443] indesignCS3 選択オブジェクトのレイヤー間移動 ゴエモン 2013/04/03 14:51
    1. [15444] Re: indesignCS3 選択(略) 流星光輝 2013/04/03 15:19
      1. [15445] Re^2: indesignCS3 選択(略) ゴエモン 2013/04/03 15:27
        1. [15446] Re^3: indesignCS3 選択(略) 流星光輝 2013/04/03 15:53
          1. [15447] Re^4: indesignCS3 選択(略) ゴエモン 2013/04/03 16:05