uRL

書式

pathItemObject.uRL

説明

PathItem(パス)のURLを示します。読み出し書き込みが可能です。
var item=app.activeDocument.pathItems[0];
alert(item.uRL);

目次に戻る