uRL
書式
groupItemObject
.uRL
説明
GroupItem(グループ)のURLを示します。読み出し書き込みが可能です。
?
1
2
var
item=app.activeDocument.groupItems[0];
alert(item.uRL);
目次に戻る