deselect()
書式
selection.deselect()
説明
選択を解除します。指定できるパラメーターや戻り値はありません。
?
1
app.activeDocument.selection.deselect();
目次に戻る