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