uRL

書式

groupItemObject.uRL

説明

GroupItem(グループ)のURLを示します。読み出し書き込みが可能です。
var item=app.activeDocument.groupItems[0];
alert(item.uRL);

目次に戻る