detach()

書式

pageItem.detach()

説明

オブジェクトをマスターから分離します。パラメーターはありません。戻り値もありません。
var p=app.activeDocument.pageItems;
p[0].detach();

目次に戻る