firstItem()

書式

hyperLinkObject = hyperLinksObject.firstItem()

説明

firstItem()は最初のHyperLinkオブジェクトを返します。指定できるパラメーターはありません。
var hLink=app.activeDocument.hyperlinks;
alert(hLink.firstItem());

目次に戻る