remove()

書式

pageItem.remove()

説明

オブジェクトを削除します。パラメーターはありません。戻り値もありません。
var p=app.activeDocument.pageItems;
p[0].remove();

目次に戻る