index
書式
bookmarkObject
.index
説明
bookmarkオブジェクト内でのインデックス番号を示します。読み出しのみで書き込むことはできません。
var b=app.activeDocument.bookmarks; alert(b[1].index);
目次に戻る