nextItem()
書式
bookmarkObject =
bookmarksObject
.nextItem(
bookmarkObject
)
説明
nextItem()はパラメーターで指定された次のbookmarkオブジェクトを返します。
var b=app.activeDocument.bookmarks; alert(b.nextItem(b[1]).name);
目次に戻る