add
書式
layers.add()
説明
すべてのレイヤーを削除します。指定できるパラメーターはありません。また、戻り値もありません。
app.activeDocument.layers[0].layers.removeAll();
目次に戻る