id

書式

hyperLinksObject.id

説明

HyperLinkオブジェクトのIDを示します。読み出しのみです。
var hLink=app.activeDocument.hyperlinks[0];
alert(hLink.id);

目次に戻る