id

書式

linkObject.id

説明

linkオブジェクトのIDを示します。読み出しのみで書き込むことはできません。
var L=app.activeDocument.links[1];
alert(L.id);

目次に戻る