index
書式
hyperLinksObject
.index
説明
HyperLinkオブジェクトのインデックスを示します。読み出しのみです。
var hLink=app.activeDocument.hyperlinks[0]; alert(hLink.index);
目次に戻る