remove()
書式
bookmarkObject
.remove()
説明
指定されたbookmarkオブジェクトを削除します。
var b=app.activeDocument.bookmarks; b[1].remove();
目次に戻る