サンプルスクリプトをはしょって申し訳ないのですが下記はgroup itemに画像を配置しクリッピングマスクを適応する例です。
tell application "Adobe Illustrator" tell document 1 make new group item at end with properties {name:KeyWord} --レイヤーの一番後ろにグループが作られる make new placed item at end of group item KeyWord ¬ with properties {file path:alias Fpath, position:{X, Y}} set clipped of group item KeyWord to true end tell end tell
コメントする